Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update isClosing in stack card (react-navigation#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>
- Loading branch information