新デザイン作成、途中まで
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user