Adding transition animations when changing screens? #492
Replies: 8 comments 10 replies
-
if you use the default Stack, it's the native stack so you would have access in the screenOptions to those animations: https://reactnavigation.org/docs/7.x/native-stack-navigator/#animation if you want what you suggested you will need to use JS implementation and custom like the doc show here: https://expo.github.io/router/docs/migration/react-navigation/stack |
Beta Was this translation helpful? Give feedback.
-
@wcastand I tried the first option but it didn't work... I have a nearly bare expo app created with Am I missing something ? |
Beta Was this translation helpful? Give feedback.
-
Is there any resolution for this? Having this issue now |
Beta Was this translation helpful? Give feedback.
-
Any updates? |
Beta Was this translation helpful? Give feedback.
-
possibly related to expo/expo#26678 |
Beta Was this translation helpful? Give feedback.
-
any updates? seems like we need react navigation 7 but expo only compatible with 6 atm |
Beta Was this translation helpful? Give feedback.
-
Any update on this issue? |
Beta Was this translation helpful? Give feedback.
-
I think I have got the answer. If you dont see any sliding or any other animated transiition between screens, probably they are sibling stacks, which means, their files are in neighbour folders. Move one of them out of the same layout and try again |
Beta Was this translation helpful? Give feedback.
-
Is it possible to add/change the transition animations when changing screens?
By default, going from one tab screen to another tab screen is no transition animation. How can a sliding transition be added when changing screens?
React Navigation 7 has options like
transitionSpec
andcardStyleInterpolator
, will those be suitable and can theye be used with expo-router?Beta Was this translation helpful? Give feedback.
All reactions