React Native crashes in AppStore builds

26 Views Asked by At

It's my first time working on a React Native project. Everything works fine on the Android build Im able to make release builds and push to PlayStore. However for iOS I can run release build on both emulator and on my physical device from XCode but when I archive and push it to AppStore and download it from there the app crashes immediately after I start it. It shows the splash screen for less than a second then crashes.

Below is the report I get from AppStore

I have wrapped the app in sentry at the root of the project but it crashes so early that Sentry doesnt catch the error.

0

There are 0 best solutions below