iyegoroff / react-native-text-gradient

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

Greyed out rerender on Android occasionally. #50

Open MaximeLassalleHub opened 3 years ago

MaximeLassalleHub commented 3 years ago

Environment: Android : 11 (different devices Motorola, Xiaomi, etc). react-native: 0.63.4 react-native-text-gradient : 0.1.7

Hi, We're experiencing some weird issue from time to time when our page is rerendered. We have a Linear Text gradient rendered with these exact props: <LinearTextGradient locations={[0, 0.33, 0.66, 1]} colors=['#004FFF', '#CB06ED', '#FF0062', '#FF8500']>{text} Please note that we never change locations or colors props, only text changes and causes rerenders.

Please see the screenshots below: 1633689141506 1633689141500 Thank you your help.

HamidAliSE commented 2 years ago

@MaximeLassalleHub Did you find any solution for this?

huuphudn2017 commented 9 months ago

Same error now, when I try to display text in item of a FlatList