Update Index.js
Removed the unused dependency of Webview which was causing error as webview has been moved to react-native-webveiw from react-native
This commit is contained in:
parent
0ae9a6386c
commit
b77da113e4
|
|
@ -1,5 +1,4 @@
|
|||
import React, { Component } from 'react';
|
||||
import { WebView, View } from 'react-native';
|
||||
import { Container, Echarts } from './components'
|
||||
|
||||
export default class App extends Component {
|
||||
|
|
|
|||
Loading…
Reference in New Issue