lucasferreira / react-native-webview-android

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

Promise based evaluateJavascript result #113

Open lukefanning opened 5 years ago

lukefanning commented 5 years ago

This returns the result of the evaluation of javascript on the webview. Decided promise based was the way to go instead of opting for the easier to implement listener route