yarn react-native-reanimated 2.0.0-alpha.6

latest releases: 3.12.0-nightly-20240506-35c0df74d, 3.11.0, 3.11.0-nightly-20240505-1f17bbd75...
3 years ago

❗ Important changes

🐛 Bug fixes

👍 Improvements

  • useAnimatedReaction - #1019
  • callbacks for animations - #1153

🔢 Miscellaneous

  • tests improved - #1091
  • CI fix - #1133
  • repair capturing in worklets, this includes both bug fixes and improvements - #1174

🙌 Thank you for your contributions!

Note

Some of the names on iOS changed, mostly the rule refers to the names' prefixes: RE -> REA
Following cases have been detected:

  • AppDelegate.mm:19
    #import <RNReanimated/REATurboModuleProvider.h>
  • AppDelegate.mm:103
    return facebook::react::REATurboModuleClassProvider(name);
  • AppDelegate.mm:109
    return facebook::react::REATurboModuleProvider(name, jsInvoker);
  • AppDelegate.mm:116
    return facebook::react::REATurboModuleProvider(name, instance, jsInvoker);

Don't miss a new react-native-reanimated release

NewReleases is sending notifications on new releases.