New alpha release of Reanimated 2.0.
π¨ BREAKING CHANGES:
- iOS and Android initialization has been changed to adapt to React-Native 0.63. Please check installation instructions to learn how to migrate
loop
animation helper is now deprecated, userepeat
instead.
πββοΈ NEW FEATURES:
- new animation helper
withDecay
βΒ thanks @terrysahaidak - new animation modifier
sequence
- support for React-Native 0.63 β¨
πͺ OTHER IMPROVEMENTS:
- improved typescript support in reanimated plugin
- support for recursive worklets
- improved common errors reporting
- documentation updates