No screen transitions working on android 😥. #1402
-
I am using react-navigation v6 and none of the transition is working https://reactnavigation.org/docs/stack-navigator/#animations |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It looks like the docs you linked are not for the Native Stack Navigator. The regular Stack Navigator is maintained by the React Navigation team so you might consider moving your question there 🙂 Additionally it would be helpful to have a limited reproduction of your issue with the question. It's very hard for us to debug if we can't see your code. |
Beta Was this translation helpful? Give feedback.
-
@nrwinner Thanks, actually for some reason, it started working now (I might be doing something wrong). 🙂 |
Beta Was this translation helpful? Give feedback.
It looks like the docs you linked are not for the Native Stack Navigator. The regular Stack Navigator is maintained by the React Navigation team so you might consider moving your question there 🙂 Additionally it would be helpful to have a limited reproduction of your issue with the question. It's very hard for us to debug if we can't see your code.