TradingPal / react-native-highcharts

📈 Add Highcharts charts to react-native app for IOS and Android
https://github.com/TradingPal/react-native-highcharts
256 stars 158 forks source link

does not work with android release apk #39

Closed hughnguy closed 6 years ago

hughnguy commented 7 years ago

Has anyone been able to get the webview to render on an android release apk? It only works in debug mode for me :(

Infinity0106 commented 6 years ago

try adding this two props: javaScriptEnabled={true} domStorageEnabled={true} it works for me in the phone

jackynguyen93 commented 6 years ago

I got the same situation