Skip to content

Commit

Permalink
Reference correct package in the message
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan-dutoit committed May 29, 2019
1 parent 3c791a7 commit e13778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/react-native/react-native-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);
Expand Down

0 comments on commit e13778b

Please sign in to comment.