Skip to content

Commit 657b41b

Browse files
Johan-dutoitcpojer
authored andcommitted
Reference correct package in the message
1 parent d83edcf commit 657b41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/react-native/react-native-implementation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ module.exports = {
224224
warnOnce(
225225
'imagePickerIOS-moved',
226226
'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/image-picker-ios' or 'expo-image-picker'. " +
228-
'If you cannot upgrade to a different library, please install the deprecated image-picker-ios. ' +
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. " +
229229
'See https://github.com/react-native-community/react-native-image-picker-ios',
230230
);
231231
return require('ImagePickerIOS');

0 commit comments

Comments
 (0)