Преглед на файлове

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
 }