Lim

Results 10 comments of Lim

Hi, I added 2 methods toPath() which ouput points with id, color, width, and styles; drawPath(path) which accept path and draw with styles

Even when add property `onRefresh` also cause this issue

Hi, anything new about this?

yes it's possible, you can set `from` property to 'auto'

Ok now it works, but I need to use derived value or it does not work ``` const derived = useDerivedValue(() => { return pathSharedVal.value.toSVGString() }); ``` Thank you!

it seems that rendering/setState will affect the animation, so when the animation starts you need to avoid setState or change props. (it happens only under New Architecture)

Hi, I think maybe you can try my repository https://github.com/doublelam/react-native-free-canvas. it is also based on react-native-skia and has absolutely no over-20-lines performance issue