Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrouin committed Oct 25, 2023
1 parent b5917c2 commit 47caa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNCWebViewImpl.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#endif // !TARGET_OS_OSX

#import "objc/runtime.h"
#import "react_native_webview-Swift.h"
#import <react_native_webview/react_native_webview-Swift.h>

static NSTimer *keyboardTimer;
static NSString *const HistoryShimName = @"ReactNativeHistoryShim";
Expand Down

0 comments on commit 47caa31

Please sign in to comment.