Is there a way to implement animation that goes from left to right with navigate() function in react-navigation ?
Thanks in advance.
Is there a way to implement animation that goes from left to right with navigate() function in react-navigation ?
Thanks in advance.
when you define your screens, you can use
transitionConfig
option.should do the job. You can of course define your own animation, or return null to disable it; check the sources for that.