소스 검색

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