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.
1 parent 477e57b commit cc9790bCopy full SHA for cc9790b
ios/RNViewShot.m
@@ -1,12 +1,12 @@
1
2
#import "RNViewShot.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"
+#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