my react native app crashed in release mode. debug apk works for me. but the release mode crashed. release mode also BUILD SUCCESSFUL. but when it opened app crashed.
I can't find what the issue was.
i run adb logcat *:E.
also
i cant find what's error showing in adb logcat *:E.
how to slove this issue. help
I found solution.i have been using ignite template for this react native project. so in package.json file you should remove this line .it works for me
"main": "node_modules/expo/AppEntry.js",