Home > other >  my React-native app crashes in release mode, why?
my React-native app crashes in release mode, why?

Time:12-20

React-Native app crashes in release mode, but works fine in debug mode, what may be the cause, this issue occured after signing the app, i have now used unsigned app. still app get crashed.

CodePudding user response:

your question has not a straightforward answer but you can find out what is the reason for the crash by ADB logcat (for android )

this link can be helpful:

https://taufiq-ibrahim.medium.com/using-adb-logcat-for-react-native-debugging-38256bda007c

CodePudding user response:

Maybe the issue is from proguard?

  • Related