This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
v0.6.0
Added
- Added
zIndex
prop for setting the render-order when multiple animations are executed - Added
useNativeClone
prop 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
,delay
andeasing
props, 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
createMagicMoveComponent
signature to allow pass-through of props (NOW:createMagicMoveComponent(Component, props)
, see README)