diff --git a/Libraries/react-native/react-native-implementation.js b/Libraries/react-native/react-native-implementation.js index a7382f85d07c1d..9ae00d369680ac 100644 --- a/Libraries/react-native/react-native-implementation.js +++ b/Libraries/react-native/react-native-implementation.js @@ -224,7 +224,7 @@ module.exports = { warnOnce( 'imagePickerIOS-moved', 'ImagePickerIOS has been extracted from react-native core and will be removed in a future release. ' + - "Please upgrade to use either '@react-native-community/image-picker-ios' or 'expo-image-picker'. " + + "Please upgrade to use either '@react-native-community/react-native-image-picker' or 'expo-image-picker'. " + 'If you cannot upgrade to a different library, please install the deprecated image-picker-ios. ' + 'See https://github.com/react-native-community/react-native-image-picker-ios', );