From 349c954f8550946abe5c5716e6aa3890cdaec8e0 Mon Sep 17 00:00:00 2001 From: usmanfaisal60 <49027617+usmanfaisal60@users.noreply.github.com> Date: Tue, 15 Oct 2019 13:35:09 +0500 Subject: [PATCH] change webview import import WebView from 'react-native-webview' because it has been depriciated from the core react native --- react-native-highcharts.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native-highcharts.js b/react-native-highcharts.js index 6a57b9f..53c3abd 100644 --- a/react-native-highcharts.js +++ b/react-native-highcharts.js @@ -9,6 +9,8 @@ import { Dimensions } from 'react-native'; +import WebView from 'react-native-webview'; + const win = Dimensions.get('window'); class ChartWeb extends Component { constructor(props){ @@ -79,7 +81,7 @@ class ChartWeb extends Component { return (