@eohjsc/react-native-smart-city 0.7.44 → 0.7.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eohjsc/react-native-smart-city",
3
3
  "title": "React Native Smart Home",
4
- "version": "0.7.44",
4
+ "version": "0.7.45",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -96,7 +96,10 @@ const Highcharts = (props) => {
96
96
  return (
97
97
  <WebView
98
98
  style={[props.styles, props.webviewStyles]}
99
- source={{ html: concatHTML }}
99
+ source={{
100
+ html: concatHTML,
101
+ baseUrl: 'https://code.highcharts.com',
102
+ }}
100
103
  javaScriptEnabled={true}
101
104
  domStorageEnabled={true}
102
105
  scalesPageToFit={true}