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

Is it possible to use built in js methods?

Open inthisar-hamza opened this issue 1 year ago • 0 comments

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?

inthisar-hamza avatar Jan 03 '25 13:01 inthisar-hamza