I am using react native navigation v2. In v1 of the library screen transition was specified as animationType : 'slide-horizontal'. How to specify the screen transition in V2 of the library.
Asked
Active
Viewed 202 times
1 Answers
0
According to V2 documentation
animationType: 'parallax', // defaults to none if not provided, options are 'parallax', 'door', 'slide', or 'slide-and-scale'
Try "slide" option

Mehran Khan
- 3,616
- 1
- 13
- 10
-
This is for the side menu. I want to change the transition for screen push – Prathamesh Waghamode Sep 26 '19 at 17:55
-
any luck for solution? – j dileep Nov 14 '19 at 13:14