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
I noticed a project that achieved this with React Native Skia v0.1.221. can-it-be-done-in-react-native/PathAlongGradient
The author used a tessellate function to convert a path into multiple straight lines and then drew them with a Drawing component.
But the Drawing component is missing in the latest version of React Native Skia.
I want to know if there is something equivalent to <Drawing /> in the latest version of React Native Skia v2.0.1, so that I can use it to draw lines and trigger re-renders by a shared variable progress.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed a project that achieved this with React Native Skia v0.1.221.
can-it-be-done-in-react-native/PathAlongGradient
The author used a tessellate function to convert a path into multiple straight lines and then drew them with a Drawing component.
But the Drawing component is missing in the latest version of React Native Skia.
I want to know if there is something equivalent to <Drawing /> in the latest version of React Native Skia v2.0.1, so that I can use it to draw lines and trigger re-renders by a shared variable
progress
.Beta Was this translation helpful? Give feedback.
All reactions