I have an Expo React-Native app that works fine on the simulator but crashes immediately when on a device in release mode. I don't see anything in the crashes and ANR errors section of my app. What can I do to debug this issue?
What I use to test on the simulator
npx react-native run-android --variant=release
What I use to build the release
./gradlew bundleRelease
from React Native app crashes immediately on device but works on simulator?
No comments:
Post a Comment