react-native-photo-upload icon indicating copy to clipboard operation
react-native-photo-upload copied to clipboard

typeError: ImagePickerManager.showImagePicker is not a function

Open chukhlov opened this issue 3 years ago • 1 comments

Hi dear support. Your package depends on react-native-image-picker. This package react-native-image-picker does not support more a method .showImagePicker For now you have to use method .launchImageLibrary instead of .showImagePicker

For all who have the same issue, I found solution. Just decrease image picker version to react-native-image-picker@^0.26.7"

chukhlov avatar Apr 29 '21 15:04 chukhlov

Hi, Maybe was it too obvious, but @chukhlov did not provide the "fix command" :-) npm install react-native-image-picker@^0.26.7 --save

And I confirm that this fix fixed the crash. Thank you @chukhlov

mans17 avatar Jun 06 '21 09:06 mans17