You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: