소스 검색

Update RNViewShot.m

Evo Stamatov 7 년 전
부모
커밋
cc9790be97
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6
    6
      ios/RNViewShot.m

+ 6
- 6
ios/RNViewShot.m 파일 보기

@@ -1,12 +1,12 @@
1 1
 
2 2
 #import "RNViewShot.h"
3 3
 #import <AVFoundation/AVFoundation.h>
4
-#import "RCTLog.h"
5
-#import "UIView+React.h"
6
-#import "RCTUtils.h"
7
-#import "RCTConvert.h"
8
-#import "RCTUIManager.h"
9
-#import "RCTBridge.h"
4
+#import <React/RCTLog.h>
5
+#import <React/UIView+React.h>
6
+#import <React/RCTUtils.h>
7
+#import <React/RCTConvert.h>
8
+#import <React/RCTUIManager.h>
9
+#import <React/RCTBridge.h>
10 10
 
11 11
 
12 12
 @implementation RNViewShot