But using the above code on my expo managed project returns "leftPath is not a function (It is Object)" error after the first call (which returns from);
Tried to reproduce this in a bare react-native by prebuilding, but was lacking knowledge on worklets for getting it to work.
Snack, code example, screenshot, or link to a repository
Description
My expo project returns "leftPath is not a function (It is Object)" error when i replicated season5/src/Headspace/Play.tsx
Version
1.2.3
Steps to reproduce
In season5/src/Headspace/Play.tsx, useComputeValue is being used which is now preceded by useDerivedValue.
But using the above code on my expo managed project returns "leftPath is not a function (It is Object)" error after the first call (which returns
from
);Tried to reproduce this in a bare react-native by prebuilding, but was lacking knowledge on worklets for getting it to work.
Snack, code example, screenshot, or link to a repository