Files
react-navigation/packages/stack
Michael Ru ee12690a82 fix: update isClosing in stack card (#9738)
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>
2021-07-16 10:25:51 +02:00
..
2021-07-01 03:08:40 +02:00
2020-02-01 02:43:58 +01:00
2021-07-01 03:08:40 +02:00
2021-03-10 05:12:24 +01:00

@react-navigation/stack

Stack navigator for React Navigation.

Installation instructions and documentation can be found on the React Navigation website.