You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This pull request introduces a new feature which adds screen "go back"
transition animations based on gestures. The feature is a collaboration
between three libraries: `react-native-reanimated`,
`react-native-screens`, and `react-native-gesture-handler`. Implementing
this feature required changes in both Reanimated and RNScreens. You can
find the related pull request in the `react-native-reanimated`
repository: [PR
1913](software-mansion/react-native-reanimated#5274).
## Test plan
Test example from Example App
---------
Co-authored-by: Krzysztof Piaskowy <krzysztof.piaskowy@swmansion.com>
0 commit comments