Преглед на файлове

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;