DEV Community

Discussion on: Use the same screen navigation animation both on Android/iOS with React Native + React Navigation

Collapse
 
nicolaspavlotsky profile image
Nicolas Pavlotsky

This works! But is there any way to implement swipe back?

Collapse
 
acro5piano profile image
Kay Gosho

Thank you for your comment.
If you set gesturesEnabled: true in stack navigation config swipe back will be enabled, which is the default settings.