0

In local mode apk install and run properly but when generated signed apk and then install in real device its crashed in react-native how to solve this error

In local mode apk install and run properly but when generated signed apk and then install in real device its crashed in react-native how to solve this error

App PM
  • 1
  • try https://stackoverflow.com/questions/25610936/enable-logcat-on-release-build-in-android-studio and find the issue that cause the crash from log and update the question – Thanhal P A Nov 09 '22 at 09:14

1 Answers1

0

You need to log the error first to be able to fix it

i suggest you to use react-native-exception-handler library to catch the error In Bundled mode.

Layeb Mazen
  • 142
  • 5