This repository was archived by the owner on Dec 2, 2021. It is now read-only.
v0.6.0
Added
- Added
zIndexprop for setting the render-order when multiple animations are executed - Added
useNativeCloneprop for explicitly disabling/enabling the use of native-clones
Fixed
- Fixed Android build on certain RN/SDK combinations due to hardcoded Android version numbers (thanks @stpch)
- Fixed
duration,delayandeasingprops, which were used from the source component, but they should have been used from the target component - Fixed animations wrongly coming from the bottom when using the react-navigation Tabs
Changes
- [BREAKING CHANGE] Changed
createMagicMoveComponentsignature to allow pass-through of props (NOW:createMagicMoveComponent(Component, props), see README)