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

Support using Nitro Modules in Worklets contexts (WIP)

Open mrousavy opened this issue 1 year ago • 0 comments

Adds support for using Nitro Modules in a Worklet context.

This means, you can use any kind of module from a different Thread/Runtime.

It should essentially be a light copy since all native functions are HostFunctions that can just be copied over to a new Prototype.

mrousavy avatar Sep 17 '24 11:09 mrousavy