diff --git a/apps/mobile/src/navigation/Navigation.tsx b/apps/mobile/src/navigation/Navigation.tsx index f933d0f..21ed66b 100644 --- a/apps/mobile/src/navigation/Navigation.tsx +++ b/apps/mobile/src/navigation/Navigation.tsx @@ -14,7 +14,7 @@ const Navigation = () => { initialRouteName="Welcome" screenOptions={{ headerShown: false, - animation: 'slide_from_right', + animation: 'fade_from_bottom', contentStyle: { backgroundColor: 'black' }, }} >