소스 검색

Merge pull request #30 from ionata/rn40

update for react native 0.40
Gaëtan Renaudeau 8 년 전
부모
커밋
8867f6c5f6
2개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 2
    2
      ios/RNViewShot.h
  2. 6
    6
      ios/RNViewShot.m

+ 2
- 2
ios/RNViewShot.h 파일 보기

@@ -1,7 +1,7 @@
1 1
 
2
-#import "RCTBridgeModule.h"
2
+#import <React/RCTBridgeModule.h>
3 3
 
4 4
 @interface RNViewShot : NSObject <RCTBridgeModule>
5 5
 
6 6
 @end
7
-  
7
+  

+ 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