ソースを参照

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
 }