Skip to content

Commit 2e271e4

Browse files
authored
Update RCTWebViewBridgeManager.m
1 parent b369713 commit 2e271e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ios/RCTWebViewBridgeManager.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212

1313
#import "RCTWebViewBridgeManager.h"
1414

15-
#import "RCTBridge.h"
16-
#import "RCTUIManager.h"
17-
#import "RCTWebViewBridge.h"
18-
#import "UIView+React.h"
19-
2015
@interface RCTWebViewBridgeManager () <RCTWebViewBridgeDelegate>
2116

2217
@end
@@ -50,7 +45,6 @@ - (UIView *)view
5045
RCT_EXPORT_VIEW_PROPERTY(onShouldStartLoadWithRequest, RCTDirectEventBlock)
5146
RCT_REMAP_VIEW_PROPERTY(allowsInlineMediaPlayback, _webView.allowsInlineMediaPlayback, BOOL)
5247
RCT_EXPORT_VIEW_PROPERTY(onBridgeMessage, RCTDirectEventBlock)
53-
RCT_REMAP_VIEW_PROPERTY(keyboardDisplayRequiresUserAction, _webView.keyboardDisplayRequiresUserAction, BOOL)
5448

5549
- (NSDictionary<NSString *, id> *)constantsToExport
5650
{

0 commit comments

Comments
 (0)