소스 검색

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;