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..7772b1c 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 {
@@ -39,6 +39,7 @@ class ChartWeb extends Component {
${this.props.guage ? ''
: ''}
+