メニューを左上に移動

This commit is contained in:
harukin-DeskMini
2022-09-29 23:49:06 +09:00
parent dc089cf8f0
commit bc464e8374
4 changed files with 83 additions and 2 deletions

View File

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