lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
355 stars 158 forks source link

handle onReceivedError in EventWebClient class #102

Open LeeGeonho opened 6 years ago

LeeGeonho commented 6 years ago

want to handle onReceivedError event of Android Webview

https://github.com/lucasferreira/react-native-webview-android/blob/d6feafc81eef4d9f8dabe36f34404c8f32f30781/android/src/main/java/com/burnweb/rnwebview/RNWebView.java#L37

Or is there a way to handle it?