Преглед изворни кода

Update Installing.md (#3871)

Change `index.ios` to `index` in `AppDelegate.m`.
Spencer Kingman пре 6 година
родитељ
комит
af3de1558b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md Прегледај датотеку

@@ -34,7 +34,7 @@
34 34
 
35 35
 	- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
36 36
 	{
37
-		NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
37
+		NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
38 38
 		[ReactNativeNavigation bootstrap:jsCodeLocation launchOptions:launchOptions];
39 39
 		
40 40
 		return YES;