設定機能の新しい核完成
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user