patch ui-lib

This commit is contained in:
Diego Mello 2024-03-26 13:46:00 -03:00
parent dd1cd65101
commit 4ab4c713b7
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
diff --git a/node_modules/react-native-ui-lib/lib/components/WheelPicker/index.js b/node_modules/react-native-ui-lib/lib/components/WheelPicker/index.js
index 513d6ed..f39a72b 100644
--- a/node_modules/react-native-ui-lib/lib/components/WheelPicker/index.js
+++ b/node_modules/react-native-ui-lib/lib/components/WheelPicker/index.js
@@ -2,7 +2,7 @@ import _ from 'lodash';
import PropTypes from 'prop-types';
import React, {Component} from 'react';
import {DeviceEventEmitter, requireNativeComponent, StyleSheet, View} from 'react-native';
-import {Picker} from '@react-native-community/picker';
+import {Picker} from '@react-native-picker/picker';
import WheelPickerItem from './WheelPickerItem';
import {Constants} from '../../../src/helpers';
import {Typography, Colors} from '../../../src/style';
diff --git a/node_modules/react-native-ui-lib/lib/ios/reactnativeuilib/keyboardinput/rctcustomInputcontroller/RCTCustomInputControllerTemp.h b/node_modules/react-native-ui-lib/lib/ios/reactnativeuilib/keyboardinput/rctcustomInputcontroller/RCTCustomInputControllerTemp.h
index b3864d0..e78322f 100644
--- a/node_modules/react-native-ui-lib/lib/ios/reactnativeuilib/keyboardinput/rctcustomInputcontroller/RCTCustomInputControllerTemp.h
@ -389,4 +402,4 @@ index da8cb97..995207b 100644
+export {default as Scheme, type SchemeType, type Schemes, type SchemeChangeListener} from './scheme';
export {default as Typography} from './typography';
export {default as BorderRadiuses} from './borderRadiuses';
export {default as Shadows} from './shadows';
export {default as Shadows} from './shadows';