2.0.0-alpha.3
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