瀏覽代碼

Properly disable flipper in iOS example ap

Janic Duplessis 4 年之前
父節點
當前提交
3a25f1610b
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      example/ios/SafeAreaViewExample/AppDelegate.m

+ 3
- 3
example/ios/SafeAreaViewExample/AppDelegate.m 查看文件

@@ -26,9 +26,9 @@
26 26
 
27 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 33
   RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
34 34
   RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge