iyegoroff / react-native-text-gradient

Text gradient for React-Native (ON HIATUS)
MIT License
96 stars 32 forks source link

Broken in 0.56 (text strings must be rendered within a <Text> component #11

Closed jskidd3 closed 6 years ago

jskidd3 commented 6 years ago

iOS | rn 0.56 | rntg 0.0.12

Embedding in <Text> component fixes the error but it removes the gradient.

screenshot

iyegoroff commented 6 years ago

For now the only thing you can do is removing those checks - https://github.com/iyegoroff/react-native-text-gradient#usage-with-rn--0560

jskidd3 commented 6 years ago

@iyegoroff Thank you, literally read this in the readme as you commented. That fixed it.

fukemy commented 2 years ago

still not working now bro