diff --git a/package.json b/package.json index 63fcfc9..53792cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-highcharts", - "version": "1.1", + "version": "1.1.0", "description": "JavaScript implementation of a view container that can flip between its front and back, where the back has a console.log and the front is your aplication.", "main": "react-native-highcharts.js", diff --git a/react-native-highcharts.js b/react-native-highcharts.js index 6a57b9f..f4cb1d3 100644 --- a/react-native-highcharts.js +++ b/react-native-highcharts.js @@ -4,10 +4,10 @@ import { StyleSheet, Text, View, - WebView, Image, Dimensions } from 'react-native'; +import { WebView } from 'react-native-webview'; const win = Dimensions.get('window'); class ChartWeb extends Component { @@ -32,6 +32,7 @@ class ChartWeb extends Component { + ${this.props.stock ? '' : ''} ${this.props.more ? '' @@ -79,7 +80,7 @@ class ChartWeb extends Component { return (