更新 src/index.js

This commit is contained in:
lvwang2002 2024-03-28 17:29:16 +00:00
parent b9176c2157
commit d4214a14f2
1 changed files with 3 additions and 1 deletions

View File

@ -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 {