瀏覽代碼

reloading in debug mode fix

yogevbd 7 年之前
父節點
當前提交
ceb315118c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      ios/RCCManager.m

+ 1
- 1
ios/RCCManager.m 查看文件

41
   {
41
   {
42
     self.modulesRegistry = [@{} mutableCopy];
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
   return self;
46
   return self;
47
 }
47
 }