Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@IjzerenHein IjzerenHein released this 28 Feb 10:59
· 42 commits to master since this release

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 and easing 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)