diff --git a/src/components/Echarts/index.js b/src/components/Echarts/index.js index fe86c8c..e3876e3 100644 --- a/src/components/Echarts/index.js +++ b/src/components/Echarts/index.js @@ -1,5 +1,6 @@ import React, { Component } from 'react'; -import { WebView, View, StyleSheet, Platform } from 'react-native'; +import { View, StyleSheet, Platform } from 'react-native'; +import WebView from 'react-native-webview'; import renderChart from './renderChart'; import echarts from './echarts.min';