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 4e277e2 commit 578943bCopy full SHA for 578943b
example/ios/ProgressViewExample/AppDelegate.m
@@ -16,7 +16,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
16
{
17
NSURL *jsCodeLocation;
18
19
- jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
+ jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"example/index" fallbackResource:nil];
20
21
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
22
moduleName:@"ProgressViewExample"
0 commit comments