We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13e7e2 commit 564d274Copy full SHA for 564d274
ios/AllAboutOlaf/AppDelegate.m
@@ -23,7 +23,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
23
{
24
NSURL *jsCodeLocation;
25
26
- jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios"
+ jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios"
27
fallbackResource:nil];
28
#ifndef DEBUG
29
[BugsnagReactNative start];
0 commit comments