Browse Source

Merge pull request #30 from ionata/rn40

update for react native 0.40
Gaëtan Renaudeau 8 years ago
parent
commit
8867f6c5f6
2 changed files with 8 additions and 8 deletions
  1. 2
    2
      ios/RNViewShot.h
  2. 6
    6
      ios/RNViewShot.m

+ 2
- 2
ios/RNViewShot.h View File

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

+ 6
- 6
ios/RNViewShot.m View File

1
 
1
 
2
 #import "RNViewShot.h"
2
 #import "RNViewShot.h"
3
 #import <AVFoundation/AVFoundation.h>
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
 @implementation RNViewShot
12
 @implementation RNViewShot