Kaynağa Gözat

Properly disable flipper in iOS example ap

Janic Duplessis 4 yıl önce
ebeveyn
işleme
3a25f1610b
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      example/ios/SafeAreaViewExample/AppDelegate.m

+ 3
- 3
example/ios/SafeAreaViewExample/AppDelegate.m Dosyayı Görüntüle

@@ -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