This repository was archived by the owner on Dec 2, 2021. It is now read-only.
react-navigation support π
Added
- Added support for integration with 3rd party navigation libraries such as
react-navigation(seereact-navigation-magic-moveon how to enable it) - Added
disabledprop for disabling transitions on scenes and components - Added Context API for checking whether content is rendered inside a cloned component
- Added compatibility with
react-native-web
Fixed
- Reduced transition glitches when animating a component that is on a scene that slides away
- Fixed older animation re-shown when starting an animation while the previous hadn't finished
- Fixed
shrinkAndGrowtransition not disappearing entirely - Fixed
squashAndStretchtransition when animating from top-left to right-bottom - Fixed end opacity not always correct on
dissolvetransition - Fixed border-radius on
morphtransition to better look like the source shape