forkeado de vergnet/application-amicale
Change default android modal transition
Este commit está contenido en:
padre
5166e0b879
commit
eef6f75414
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
|
@ -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,
|
||||
|
|
Cargando…
Referenciar en una nueva incidencia