From 621a1d04953018bbd2dff03a581c2f7b916ec0c9 Mon Sep 17 00:00:00 2001 From: usmanfaisal60 <49027617+usmanfaisal60@users.noreply.github.com> Date: Tue, 15 Oct 2019 13:33:01 +0500 Subject: [PATCH] Add webview package to dependencies Web View has been depriciated from core react-native and needs to be added from a new package called react-native-webview --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 63fcfc9..491933c 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,8 @@ "bugs": { "url": "https://github.com/TradingPal/react-native-highcharts/issues" }, + "dependencies": { + "react-native-webview": "^7.4.1", + } "homepage": "https://github.com/TradingPal/react-native-highcharts#readme" }