react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

How to enable custom transitions between screens?

Open kevinmamaqi opened this issue 5 years ago • 0 comments

I am using onPress={() => navigation.navigate('MyScreen')} to navigate between screens in my App and due to design requirements it would be necessary to have different transitions on some of them rather than the global one declared in <Stack.Navigator screenOptions...

How can I do this? - I don't see how to or that is not possible in the documentation.

kevinmamaqi avatar Nov 27 '20 07:11 kevinmamaqi