react-native-select-input-ios icon indicating copy to clipboard operation
react-native-select-input-ios copied to clipboard

Switch Picker from react-native to @react-native-community/picker

Open nweintraut opened this issue 5 years ago • 1 comments

Hi. The picker component in react-native is being moved to @react-native-community/picker (See https://reactnative.dev/docs/picker) Right now, it generates the following warning: ExceptionsManager.js:173 Warning: Picker has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/picker' instead of 'react-native'. See https://github.com/react-native-community/react-native-picker

Thanks, Neil

nweintraut avatar Aug 19 '20 20:08 nweintraut

Well, apparently this repo is abandoned and Picker was removed in v0.66.0, so now it's crashing the app. But I'm guessing at this point, everyone has already forked it 😅

effektsvk avatar Feb 07 '22 16:02 effektsvk