We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91f8a67 + cc9790b commit 8867f6cCopy full SHA for 8867f6c
ios/RNViewShot.h
@@ -1,7 +1,7 @@
1
2
-#import "RCTBridgeModule.h"
+#import <React/RCTBridgeModule.h>
3
4
@interface RNViewShot : NSObject <RCTBridgeModule>
5
6
@end
7
-
+
ios/RNViewShot.m
@@ -1,12 +1,12 @@
#import "RNViewShot.h"
#import <AVFoundation/AVFoundation.h>
-#import "RCTLog.h"
-#import "UIView+React.h"
-#import "RCTUtils.h"
-#import "RCTConvert.h"
8
-#import "RCTUIManager.h"
9
-#import "RCTBridge.h"
+#import <React/RCTLog.h>
+#import <React/UIView+React.h>
+#import <React/RCTUtils.h>
+#import <React/RCTConvert.h>
+#import <React/RCTUIManager.h>
+#import <React/RCTBridge.h>
10
11
12
@implementation RNViewShot
0 commit comments