Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@RichardRNStudio RichardRNStudio released this 14 Feb 19:32

Summary: In this release, I refactored the entire package, focusing primarily on optimizing animations and reducing unnecessary re-renders in the components. I also added new examples.

Main changes

  • Optimize animation performance.
  • Use translateX instead of marginLeft for animations.
  • Use scaleX instead of width / maxWidth for animations.
  • Remove the custom status bar; it can be controlled externally.
  • Remove React Navigation-related code; it can also be controlled externally.
  • Refactor examples.
  • Update README.md.

Examples

What's Changed

Full Changelog: v2.1.18...v3.0.1