mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-13 09:30:30 +08:00
I noticed that accessing `closing` through `cardStyleInterpolator` would always return an Animated node with value 0. It looks like it isn't being updated anywhere, so I added it to the `animate` method. I am using this functionality to allow screens to have different in and out transitions. On a side note, I feel like this would be more useful as a boolean, instead of an Animated value. Co-authored-by: Michael Ru <michaelru@abridge.com>
@react-navigation/stack
Stack navigator for React Navigation.
Installation instructions and documentation can be found on the React Navigation website.