Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typeError: ImagePickerManager.showImagePicker is not a function #85

Open
chukhlov opened this issue Apr 29, 2021 · 1 comment
Open

typeError: ImagePickerManager.showImagePicker is not a function #85

chukhlov opened this issue Apr 29, 2021 · 1 comment

Comments

@chukhlov
Copy link

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"

@mans17
Copy link

mans17 commented Jun 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants