react-native-worklets-core icon indicating copy to clipboard operation
react-native-worklets-core copied to clipboard

feat: Migrate to a CxxTurboModule

Open mrousavy opened this issue 1 year ago • 0 comments

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)

mrousavy avatar May 15 '24 11:05 mrousavy