Skip to content

Commit b369713

Browse files
authored
Update RCTWebViewBridgeManager.h
1 parent db1fb1d commit b369713

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ios/RCTWebViewBridgeManager.h

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

13-
#import "RCTViewManager.h"
13+
#import <React/RCTViewManager.h>
14+
#import <React/RCTUIManager.h>
15+
16+
#import "RCTWebViewBridge.h"
1417

1518
@interface RCTWebViewBridgeManager : RCTViewManager
1619

0 commit comments

Comments
 (0)