部分整理とts化

This commit is contained in:
harukin-expo-dev-env
2024-08-20 07:34:59 +00:00
parent 9ac41bc907
commit 1a10bee3c8
13 changed files with 71 additions and 43 deletions

8
lib/stackOption.ts Normal file
View File

@@ -0,0 +1,8 @@
import { TransitionPresets } from "@react-navigation/stack";
export const optionData = {
gestureEnabled: true,
...TransitionPresets.ModalPresentationIOS,
cardOverlayEnabled: true,
headerTransparent: true,
headerShown: false,
};