margelo / react-native-worklets-core

🧵 A library to run JS functions ("Worklets") on separate Threads
https://margelo.io
MIT License
578 stars 37 forks source link

Support for V8 engine? #226

Open BrechtBD opened 1 week ago

BrechtBD commented 1 week ago

Just a question, is there v8 support for this lib?

I tried to use worklets together with react-native-vision-camera, but when using the v8 javascript engine (iso hermes) the worklets execution crashes...

I tested the same code with latest version of react-native-reanimated and that seemed to work.