My react-native app crashes on release builds but works fine on debug mode. Here's the error log : click here
I exported the apk using ./gradlew assembleRelease command which was executed without any errors!
My react-native app crashes on release builds but works fine on debug mode. Here's the error log : click here
I exported the apk using ./gradlew assembleRelease command which was executed without any errors!
Yeah this happens usually the easiest way to find what the bug actually is you can do is just download flipper software from the link and install it once done plug your phone to your PC and open flipper and choose your device to log the errors and try to open the app on phone you will see the logs and crash report what is the thing causing your app to crash.