Ran Greenberg 8 vuotta sitten
vanhempi
commit
6392f5c5d7
1 muutettua tiedostoa jossa 11 lisäystä ja 11 poistoa
  1. 11
    11
      playground/ios/playground/AppDelegate.m

+ 11
- 11
playground/ios/playground/AppDelegate.m Näytä tiedosto

@@ -28,17 +28,17 @@
28 28
 	[ReactNativeNavigation bootstrap:jsCodeLocation launchOptions:launchOptions];
29 29
 	
30 30
 	/*
31
-  // original RN bootstrap - remove this part
32
-  RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
33
-	 moduleName:@"com.example.WelcomeScreen"
34
-	 initialProperties:nil
35
-	 launchOptions:launchOptions];
36
-  self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
37
-  UIViewController *rootViewController = [UIViewController new];
38
-  rootViewController.view = rootView;
39
-  self.window.rootViewController = rootViewController;
40
-  [self.window makeKeyAndVisible];
41
-  */
31
+	// original RN bootstrap - remove this part
32
+	RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
33
+														moduleName:@"com.example.WelcomeScreen"
34
+												 initialProperties:nil
35
+													 launchOptions:launchOptions];
36
+	self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
37
+	UIViewController *rootViewController = [UIViewController new];
38
+	rootViewController.view = rootView;
39
+	self.window.rootViewController = rootViewController;
40
+	[self.window makeKeyAndVisible];
41
+	*/
42 42
 	
43 43
 	
44 44
 	return YES;