Skip to content

Commit

Permalink
added animation
Browse files Browse the repository at this point in the history
  • Loading branch information
harmanbatheja15 committed Jan 31, 2025
1 parent c92e6c0 commit 794889e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/src/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Navigation = () => {
initialRouteName="Welcome"
screenOptions={{
headerShown: false,
animation: 'slide_from_right',
animation: 'fade_from_bottom',
contentStyle: { backgroundColor: 'black' },
}}
>
Expand Down

0 comments on commit 794889e

Please sign in to comment.