Lim
Lim
Hi, seems the ref type is incorrect for Animatable.View Can you have a look? Thanks!
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Hi, I am encountering...
### Description ```ts const [path, setPath] = useState(Skia.Path.Make()); const panGesture = useMemo( () => Gesture.Pan() .onBegin(e => { 'worklet'; const coords = getRelativeCoords(viewRef as any, e.absoluteX, e.absoluteY); path.moveTo(coords?.x||0, coords?.y||0) })...