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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: