新デザイン作成、途中まで

This commit is contained in:
harukin-expo-dev-env
2024-03-12 13:28:14 +00:00
parent a40b5c1842
commit 6d32642e4f
6 changed files with 135 additions and 33 deletions

View File

@@ -44,7 +44,10 @@ export function MenuPage({ navigation }) {
>
{(props) => <Menu {...props} getCurrentTrain={getCurrentTrain} />}
</Stack.Screen>
<Stack.Screen name="setting" options={optionData}>
<Stack.Screen
name="setting"
options={{ ...optionData, gestureEnabled: false }}
>
{(props) => <Setting {...props} />}
</Stack.Screen>
<Stack.Screen