hushicai / ReactNativeAndroidWebView

React Native Android WebView Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on react-native version "^0.49.3"

hajoeun opened this issue · comments

I want to use your code.
But it does not working on version "^0.49.3".
Have you ever test on that version?

image

CustomWebView.android.js is copied from WebView.android.js, so if you meet some problem like missing props, you should check that if the new version of WebView.android.js has added some new props. if so, you can copied the new WebView.android.js to CustomWebView.android.js,and modified it for using CustomWebViewManager.