投稿機能へのウィンドウを作成

This commit is contained in:
harukin-expo-dev-env
2025-06-15 05:20:11 +00:00
parent 8e7ccba5cc
commit c92f02fa0e
4 changed files with 44 additions and 3 deletions

2
Top.js
View File

@@ -13,6 +13,7 @@ import { useTrainMenu } from "./stateBox/useTrainMenu";
import { AS } from "./storageControl";
import { news } from "./config/newsUpdate";
import { Linking, Platform } from "react-native";
import GeneralWebView from "./GeneralWebView";
const Stack = createStackNavigator();
export const Top = () => {
const { webview } = useCurrentTrain();
@@ -64,6 +65,7 @@ export const Top = () => {
component={TrainBase}
/>
<Stack.Screen name="howto" options={optionData} component={HowTo} />
<Stack.Screen name="generalWebView" options={optionData} component={GeneralWebView} />
<Stack.Screen name="news" options={optionData} component={News} />
<Stack.Screen
name="trainMenu"