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
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
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.
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.