mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9349313c99
Summary: `Picker` & `PickerIOS` are moved to `react-native-community/picker`(https://github.com/react-native-community/react-native-picker) as part of https://github.com/facebook/react-native/issues/23313, ## Changelog [Picker] [deprecate] - Add `warnOnce` saying, it has been moved to `react-native-community/picker` Pull Request resolved: https://github.com/facebook/react-native/pull/25899 Test Plan: Import Picker from `react-native`: warning will be visible saying ``` 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 ``` Differential Revision: D17314510 Pulled By: cpojer fbshipit-source-id: 15798698eaab9eee5fddef5be24d21ec52c4134a