In debug build it is working fine but when in release apk build, when run it only display splash screen then it crashes.
I tried many technics and look the related issue in the forum to fix it, did not work.
In debug build it is working fine but when in release apk build, when run it only display splash screen then it crashes.
I tried many technics and look the related issue in the forum to fix it, did not work.
Solution:
I was not able to track how the released apk app crashing. It worked fine in debug mode.
The simple trick that I made work.
when I run this command in
projectname/android
and open release apk appIt gives me this error exception in logcat
There was no wifi access permission which is required by
react-native-device-info
module.In the Manifest file, I give this permission and work it out.