設定機能の新しい核完成

This commit is contained in:
harukin-expo-dev-env
2024-03-13 12:03:22 +00:00
parent e2e302c00c
commit e90b62e8a4
4 changed files with 297 additions and 78 deletions

View File

@@ -46,7 +46,11 @@ export function MenuPage({ navigation }) {
</Stack.Screen>
<Stack.Screen
name="setting"
options={{ ...optionData, gestureEnabled: false }}
options={{
...optionData,
gestureEnabled: false,
cardOverlayEnabled: true,
}}
>
{(props) => <Setting {...props} />}
</Stack.Screen>