メニューを左上に移動
This commit is contained in:
@@ -14,6 +14,7 @@ export default function TrainBase({ route }) {
|
||||
console.log(info);
|
||||
return (
|
||||
<View style={{ height: "100%" }}>
|
||||
{Platform.OS == "ios" && <StatusBar barStyle="dark-content" />}
|
||||
<WebView
|
||||
//useWebKit={true}
|
||||
ref={webview}
|
||||
|
Reference in New Issue
Block a user