Gradient color in Text #1229
-
I'm want to apply gardient color in text Something like below image . I don't have static text so not able to use method mentioned in this tutorial. |
Beta Was this translation helpful? Give feedback.
Answered by
wcandillon
Jan 13, 2023
Replies: 1 comment 5 replies
-
Absolutely you can simply add a gradient to the text component: It would look like this: <Text ...>
<LinearGradient ... />
</Text> |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
maulik54e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely you can simply add a gradient to the text component:
https://shopify.github.io/react-native-skia/docs/text/text#simple-text
https://shopify.github.io/react-native-skia/docs/shaders/gradients
It would look like this: