From 2a2802d5b84e24171f7beed1c7ad6f62ddbbfb66 Mon Sep 17 00:00:00 2001 From: Tomas Novella Date: Wed, 28 Feb 2018 14:18:51 +0100 Subject: [PATCH] Remove jQuery dependency to speed up loading Only DOMContentsLoad event was used, which has support everywhere. Loading of jQuery was very time consuming, so I replaced that. --- react-native-highcharts.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/react-native-highcharts.js b/react-native-highcharts.js index 6a57b9f..fe1aa08 100644 --- a/react-native-highcharts.js +++ b/react-native-highcharts.js @@ -31,7 +31,6 @@ class ChartWeb extends Component { } - ${this.props.stock ? '' : ''} ${this.props.more ? '' @@ -40,10 +39,9 @@ class ChartWeb extends Component { : ''}