Преглед изворни кода

Used React Native's recommended method queue

Stephen Poter пре 7 година
родитељ
комит
d965568f52
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      ios/RNViewShot.m

+ 1
- 1
ios/RNViewShot.m Прегледај датотеку

@@ -18,7 +18,7 @@ RCT_EXPORT_MODULE()
18 18
 
19 19
 - (dispatch_queue_t)methodQueue
20 20
 {
21
-  return self.bridge.uiManager.methodQueue;
21
+  return RCTGetUIManagerQueue();
22 22
 }
23 23
 
24 24
 - (NSDictionary *)constantsToExport