Skip to content

2.0.0-alpha.6

Compare
Choose a tag to compare
@karol-bisztyga karol-bisztyga released this 07 Sep 14:56
e50be03

❗ 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);