react-native-webview-crosswalk
react-native-webview-crosswalk copied to clipboard
Crosswalk's WebView for React Native on Android.
This modification is based on this repo and offical [webview](https://github.com/facebook/react-native/blob/master/Libraries/Components/WebView/WebView.android.js) renderLoading:  renderError: 
usr play three website'ex: http://xxx.com/gamex.html', i want remove one cache .so ,i use clearCacheForSingleFile, like this: clearCacheForSingleFile('http://xxx.com/gamex.html'); ??? it's not work fine~ how i do ,pls help ~ _ ~...
Hello, when adding compile project(':CrosswalkWebView') to "app/build.gradle", I get the following error Error:Configuration with name 'default' not found. I am running Ract Native 0.32, Android SDK 2.1.3, windows 10. Please...
I try to implement a reload button but I get the error "undefined is not a function (evaluating '_react2.default.findNodeHandle(this.refs[WEBVIEW_REF])') when hitting it. What am I doing wrong? Thanks! ``` var...