I want to load a local HTML file that imports a local javascript library using tag in react-native-webview.
I have tried many solutions but notihng worked on React native 0.60.5
.
- I have tried this approach, but I get Domain Not Found -1100 error on iOS.
- Tried this solution, but it did not work. (And the instructions were not clear for importing js file)
I am using :
"react": "16.8.6",
"react-native": "0.60.5"
PS: I am trying to implement highcharts.js charting library in webView.