Skip to content

Commit 578943b

Browse files
committed
Update jsCodeLocation
1 parent 4e277e2 commit 578943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ios/ProgressViewExample/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
1616
{
1717
NSURL *jsCodeLocation;
1818

19-
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
19+
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"example/index" fallbackResource:nil];
2020

2121
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
2222
moduleName:@"ProgressViewExample"

0 commit comments

Comments
 (0)