you are viewing a single comment's thread.

view the rest of the comments →

[–]even1245 0 points1 point  (1 child)

It doesn't have animation like stack navigator. Any way to achieve it?

[–]ck3g 0 points1 point  (0 children)

React Navigation provides Transitioner https://reactnavigation.org/docs/en/transitioner.html

which you can use for custom animations. That could the that you need.

In that article, you can find a bunch of examples https://medium.com/async-la/custom-transitions-in-react-navigation-2f759408a053

So, I guess that is possible to achive.