Skip to content

Commit 9b49179

Browse files
authored
Update RCTWebViewBridge.h
1 parent cab93e4 commit 9b49179

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ios/RCTWebViewBridge.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@
1010
* of patent rights can be found in the PATENTS file in the same directory.
1111
*/
1212

13-
#import "RCTView.h"
13+
#import <UIKit/UIKit.h>
14+
15+
#import <React/RCTAutoInsetsProtocol.h>
16+
#import <React/RCTConvert.h>
17+
#import <React/RCTEventDispatcher.h>
18+
#import <React/RCTLog.h>
19+
#import <React/RCTUtils.h>
20+
#import <React/RCTView.h>
21+
#import <React/UIView+React.h>
22+
23+
#import <objc/runtime.h>
1424

1525
@class RCTWebViewBridge;
1626

0 commit comments

Comments
 (0)