react-native-worklets-core
react-native-worklets-core copied to clipboard
Is it possible to use built in js methods?
I have some expensive logic on react native with big arrays and objects, I need to offload it from main thread of react native and I got this good library.
My question can I able to use new Date(), new Set() or similar built in methods with in worklet? and is possible array.map and related stuffs.
If those are possible to do that?