From 47caa318e187ccb5edf61323792db378e6dafa25 Mon Sep 17 00:00:00 2001 From: Martin Frouin Date: Wed, 25 Oct 2023 13:42:41 +0200 Subject: [PATCH] Try fix --- ios/RNCWebViewImpl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNCWebViewImpl.m b/ios/RNCWebViewImpl.m index 562211e00..ae95a8fac 100644 --- a/ios/RNCWebViewImpl.m +++ b/ios/RNCWebViewImpl.m @@ -16,7 +16,7 @@ #endif // !TARGET_OS_OSX #import "objc/runtime.h" -#import "react_native_webview-Swift.h" +#import static NSTimer *keyboardTimer; static NSString *const HistoryShimName = @"ReactNativeHistoryShim";