React-native-image-picker: native module imagepickermodule tried to override imagepicker module for module name imagepickermanager

Created on 29 May 2018  路  3Comments  路  Source: react-native-image-picker/react-native-image-picker

I got this error when i tried to run in samsung s7 real device. How can I resolve this?

stale

Most helpful comment

Hi!

I just resolved the same issue.

I'm pretty sure you have this line twice into your MainApplication.java:
new ImagePickerPackage(),

Maybe you also ran react-native link twice.

Fixed it for me ;)

All 3 comments

Hi!

I just resolved the same issue.

I'm pretty sure you have this line twice into your MainApplication.java:
new ImagePickerPackage(),

Maybe you also ran react-native link twice.

Fixed it for me ;)

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.

Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.

Was this page helpful?
0 / 5 - 0 ratings