Преглед на файлове

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