From d4214a14f2bf20c3af398446fc72fc403dc574ca Mon Sep 17 00:00:00 2001 From: lvwang2002 Date: Thu, 28 Mar 2024 17:29:16 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/index.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index bc6a869..057f8b9 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,7 @@ import React, { Component } from 'react'; -import { WebView, View } from 'react-native'; +import { View } from 'react-native'; +import WebView from 'react-native-webview'; + import { Container, Echarts } from './components' export default class App extends Component {