I got this error when i tried to run in samsung s7 real device. How can I resolve this?
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.
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 linktwice.Fixed it for me ;)