一部stateのコンテキストへの移動、不要な要素の一斉消去、コンポーネントのファイル分離

This commit is contained in:
harukin-OneMix4
2023-12-15 00:32:58 +09:00
parent d6f727710f
commit 9306a9cb25
15 changed files with 418 additions and 434 deletions

8
lib/stackOption.js 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,
};