Replies: 1 comment 5 replies
-
https://shopify.github.io/react-native-skia/docs/shaders/gradients
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to fill linear gradient inside a path. Currently am filling a single colour using Paint.
<Path path={somePath} color={'red'} style='stroke' strokeWidth={1} > <Paint color={'red'} /> </Path>
How to use LinearGradient inside Path ?
Beta Was this translation helpful? Give feedback.
All reactions