react-native-worklets-core
react-native-worklets-core copied to clipboard
feat: Migrate to a CxxTurboModule
Migrates react-native-worklets-core to be a single cross-platform C++ TurboModule ("CxxTurboModule").
[!WARNING] From now on, react-native-worklets-core requires the new architecture to be enabled.
The benefit of a CxxTurboModule is that we don't have any Java or Objective-C code, and the entire setup code is much simpler (and also faster to initialize, although this might be in the milliseconds area)