From 84423acb1ee507cf4693c4d3be23bd6dd08b369c Mon Sep 17 00:00:00 2001 From: Ravi Rupareliya Date: Thu, 26 Mar 2020 09:52:53 +0530 Subject: [PATCH 1/3] Removed Webview import from react native --- react-native-highcharts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-highcharts.js b/react-native-highcharts.js index 6a57b9f..72a44ed 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 { From 7e30b5312b49115561b7668f049fe54f972382b3 Mon Sep 17 00:00:00 2001 From: Ravi Rupareliya Date: Thu, 26 Mar 2020 09:53:40 +0530 Subject: [PATCH 2/3] onLayout method changed according to new WebView --- react-native-highcharts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-highcharts.js b/react-native-highcharts.js index 72a44ed..da9955a 100644 --- a/react-native-highcharts.js +++ b/react-native-highcharts.js @@ -79,7 +79,7 @@ class ChartWeb extends Component { return ( Date: Thu, 26 Mar 2020 10:01:14 +0530 Subject: [PATCH 3/3] update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",