Change default android modal transition
這個提交存在於:
父節點
5166e0b879
當前提交
eef6f75414
共有 2 個檔案被更改,包括 2 行新增 和 2 行删除
|
@ -35,7 +35,7 @@ import GameStartScreen from '../screens/Game/screens/GameStartScreen';
|
|||
const modalTransition =
|
||||
Platform.OS === 'ios'
|
||||
? TransitionPresets.ModalPresentationIOS
|
||||
: TransitionPresets.ModalSlideFromBottomIOS;
|
||||
: TransitionPresets.ModalTransition;
|
||||
|
||||
const defaultScreenOptions = {
|
||||
gestureEnabled: true,
|
||||
|
|
|
@ -33,7 +33,7 @@ import Mascot, {MASCOT_STYLE} from '../components/Mascot/Mascot';
|
|||
const modalTransition =
|
||||
Platform.OS === 'ios'
|
||||
? TransitionPresets.ModalPresentationIOS
|
||||
: TransitionPresets.ModalSlideFromBottomIOS;
|
||||
: TransitionPresets.ModalTransition;
|
||||
|
||||
const defaultScreenOptions = {
|
||||
gestureEnabled: true,
|
||||
|
|
載入中…
新增問題並參考