const WEBVIEW = "WEBVIEW"; import React, { Component } from "react"; import { StatusBar, View, TouchableOpacity, Text } from "react-native"; import { WebView } from "react-native-webview"; export default ({ navigation: { navigate } }) => ( navigate("Apps")} > 閉じる );