0

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.

1 Answers1

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