You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Thank you your help.
The text was updated successfully, but these errors were encountered:
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:
Thank you your help.
The text was updated successfully, but these errors were encountered: