Skip to content

2.0.0-alpha.3

Compare
Choose a tag to compare
@kmagiera kmagiera released this 19 Jun 20:07

Fresh release of Reanimated 2.0 alpha. Includes a number of fixes to issues reported by the community after the initial launch. We've also made a number of optimizations and stability improvements. Some notable changes:

  • Worklet caching - Each worklet is evaluated only once what significantly improves performance.
  • Typescript support - From now on it’s possible to use typescript within worklets.
  • Possibility to start animations from JS side just like we do in worklets. x.value = withSpring(0);
  • Color interpolation fixes