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. |
Answered by
wcandillon
Jan 13, 2023
Replies: 2 comments 5 replies
|
Absolutely you can simply add a gradient to the text component: It would look like this: <Text ...>
<LinearGradient ... />
</Text> |
5 replies
Answer selected by
maulik54e
|
Helicopter |
0 replies
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: