Browse Source

Update RNViewShot.m

Evo Stamatov 7 years ago
parent
commit
cc9790be97
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      ios/RNViewShot.m

+ 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