bifurqué depuis vergnet/application-amicale
Change default android modal transition
Cette révision appartient à :
Parent
5166e0b879
révision
eef6f75414
2 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -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,
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket