margelo / react-native-worklets-core

๐Ÿงต A library to run JS functions ("Worklets") on separate Threads
https://margelo.io
MIT License
576 stars 37 forks source link

chore: proper new arch + backwards compat using install function #218

Closed hannojg closed 2 weeks ago

hannojg commented 1 month ago

See: https://reactnative.dev/blog/2024/08/12/release-0.75#accessing-jsiruntime-in-turbomodules


All tests passing on new and old arch

Screenshot_20241016_160635 Screenshot 2024-10-16 at 16 24 16

mrousavy commented 1 month ago

looks good ๐Ÿ‘

hannojg commented 1 month ago

Note: i just tested these changes in the vision camera new arch PR and it compiles fine ๐Ÿ’ช

mrousavy commented 1 month ago

lgtm!

mrousavy commented 1 month ago

so can we fix C++ lint and ESLint and tests in a follow up PR?

hannojg commented 2 weeks ago

Closed in favour of: