2.0.0-alpha.6
β Important changes
π Bug fixes
- fix major bug: crashes when using with navigation - #1187
- fix color processing on js thread - https://github.com/software-mansion/react-native-reanimated/pull/1055/files
- fix
scrollTo
#1119
π Improvements
π’ 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);