import React, { Component } from "react"; import { StyleSheet, Text, View, WebView } from "react-native"; export default class App extends Component { render() { return ( ); } } const styles = StyleSheet.create({ container: { flex: 1, }, });