浏览代码

Used React Native's recommended method queue

Stephen Poter 8 年前
父节点
当前提交
d965568f52
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ios/RNViewShot.m

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

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