소스 검색

reloading in debug mode fix

yogevbd 6 년 전
부모
커밋
ceb315118c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ios/RCCManager.m

+ 1
- 1
ios/RCCManager.m 파일 보기

@@ -41,7 +41,7 @@
41 41
   {
42 42
     self.modulesRegistry = [@{} mutableCopy];
43 43
     
44
-    //    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(onRNReload) name:RCTReloadNotification object:nil];
44
+    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(onRNReload) name:RCTBridgeWillReloadNotification object:nil];
45 45
   }
46 46
   return self;
47 47
 }