部分整理とts化
This commit is contained in:
8
lib/stackOption.ts
Normal file
8
lib/stackOption.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { TransitionPresets } from "@react-navigation/stack";
|
||||
export const optionData = {
|
||||
gestureEnabled: true,
|
||||
...TransitionPresets.ModalPresentationIOS,
|
||||
cardOverlayEnabled: true,
|
||||
headerTransparent: true,
|
||||
headerShown: false,
|
||||
};
|
Reference in New Issue
Block a user