We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b517b4 commit 7c908d0Copy full SHA for 7c908d0
android/src/main/java/com/reactnativecommunity/webview/RNCWebView.java
@@ -251,6 +251,7 @@ public boolean getMessagingEnabled() {
251
return this.messagingEnabled;
252
}
253
254
+ @SuppressLint("RestrictedApi")
255
protected void createRNCWebViewBridge(RNCWebView webView) {
256
if (WebViewFeature.isFeatureSupported(WebViewFeature.WEB_MESSAGE_LISTENER)){
257
if (this.bridgeListener == null) {
0 commit comments