|
@@ -29,7 +29,7 @@
|
29
|
29
|
// **********************************************
|
30
|
30
|
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
|
31
|
31
|
self.window.backgroundColor = [UIColor whiteColor];
|
32
|
|
- [[RCCManager sharedInstance] initBridgeWithBundleURL:jsCodeLocation];
|
|
32
|
+ [[RCCManager sharedInstance] initBridgeWithBundleURL:jsCodeLocation launchOptions:launchOptions];
|
33
|
33
|
|
34
|
34
|
/*
|
35
|
35
|
// original RN bootstrap - remove this part
|