react-navigation.github.io
react-navigation.github.io copied to clipboard
How to enable custom transitions between screens?
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.