react-native-webview-js-context
react-native-webview-js-context copied to clipboard
Utilize the JavaScript VM running inside an iOS UIWebView to exploit libraries targeting the DOM (e.g. Google Charts)
Hello, Your component is working great on my iOS simulator, but not on my Android device. The issue is that `this.ctx.evaluateScript(CHART_JS);` is always returning `undefined` even for simple scripts such...
ContextId value that passes to JS is wrong [guess the value is too big for long integer] XCode Value: 4675794277960236383 JS Value: 4675794277960236000 so I parse the value to NSString...
When I'm in a renderedScene(page/ view) in , it loads the first time fine. Then, I navigated to another scene(page/ view), and comes back to the same view, the chart...
I am a javascript and react-native newbie seeking guidance on how to make the RnCharts example render in a react-native index.ios.js. I pasted and exported the example code into a...