I want to integrate react-native-sentry. It needs to add some native code:
[RNSentry installWithRootView:rootView];
Ref: https://docs.sentry.io/clients/react-native/#client-configuration
So this question is how can I access rootView in AppDelegate.m when using react-native-navigation.
Environment
- React Native Navigation version: v2.0.0-experimental.276
- React Native version: 0.41
- Platform(s) (iOS, Android, or both?): iOS