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
This library currently conflicts with react-native-reanimated@2 or [email protected] showing the error tried to synchronously call function from a different thread
Desired solution (feature)
Mark functions like addPointToPath as a worklet or wrap it using runOnJS
Is your feature request related to a problem?
This library currently conflicts with react-native-reanimated@2 or [email protected] showing the error
tried to synchronously call function from a different thread
Desired solution (feature)
Mark functions like addPointToPath as a worklet or wrap it using runOnJS
Alternatives considered
No response
Anything else?
https://docs.swmansion.com/react-native-gesture-handler/docs/2.3.0/api/gestures/base-gesture-config/#runonjsvalue-boolean
The text was updated successfully, but these errors were encountered: