We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9a1bf commit 9d8eea4Copy full SHA for 9d8eea4
Libraries/react-native/react-native-implementation.js
@@ -221,6 +221,13 @@ module.exports = {
221
return require('I18nManager');
222
},
223
get ImagePickerIOS() {
224
+ warnOnce(
225
+ 'imagePickerIOS-moved',
226
+ 'ImagePickerIOS has been extracted from react-native core and will be removed in a future release. ' +
227
+ "Please upgrade to use either '@react-native-community/react-native-image-picker' or 'expo-image-picker'. " +
228
+ "If you cannot upgrade to a different library, please install the deprecated '@react-native-community/image-picker-ios' package. " +
229
+ 'See https://github.com/react-native-community/react-native-image-picker-ios',
230
+ );
231
return require('ImagePickerIOS');
232
233
get InteractionManager() {
0 commit comments