Explorar el Código

Used React Native's recommended method queue

Stephen Poter hace 8 años
padre
commit
d965568f52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      ios/RNViewShot.m

+ 1
- 1
ios/RNViewShot.m Ver fichero

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