|
|
|
|
26
|
|
26
|
|
27
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
27
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
28
|
{
|
28
|
{
|
29
|
-#if DEBUG
|
|
|
30
|
- InitializeFlipper(application);
|
|
|
31
|
-#endif
|
|
|
|
|
29
|
+// #if DEBUG
|
|
|
30
|
+// InitializeFlipper(application);
|
|
|
31
|
+// #endif
|
32
|
|
32
|
|
33
|
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
|
33
|
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
|
34
|
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
|
34
|
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
|