소스 검색

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