React Native rootview blank on boot

When using Sentry-Cocoa >=3.8 with React Native 47.2 and my app is set to Release with “Debug executable” turned off it breaks the app. With Sentry-Cocoa 3.11 it freezes on the app launch until iOS Watchdog kills it. On 3.8 to 3.11 it just shows a blank screen on boot. The only way I can fix it is to downgrade to 3.7 and it works without issue,

Has anyone seen something similar?

1 Like

I have same issue and cannot solve it with downgrading to 3.7.

I found the only way to solve this is to specify disableNativeIntegration: true for react-native-sentry config.
https://docs.sentry.io/clients/react-native/config/