File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
examples/ReactNativeExample/ios/ReactNativeExample Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1111
1212#import < React/RCTBundleURLProvider.h>
1313#import < React/RCTRootView.h>
14- #import < React/RNSentry.h>
1514#if __has_include(<React/RNSentry.h>)
1615#import < React/RNSentry.h> // This is used for versions of react >= 0.40
1716#else
@@ -36,9 +35,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3635 moduleName: @" ReactNativeExample"
3736 initialProperties: nil
3837 launchOptions: launchOptions];
39-
38+
4039 [RNSentry installWithRootView: rootView];
41-
40+
4241 rootView.backgroundColor = [[UIColor alloc ] initWithRed: 1 .0f green: 1 .0f blue: 1 .0f alpha: 1 ];
4342
4443 self.window = [[UIWindow alloc ] initWithFrame: [UIScreen mainScreen ].bounds];
You can’t perform that action at this time.
0 commit comments