
After using react-native-linear-gradient
"react-native": "0.79.0",
"react": "19.0.0",
"react-native-linear-gradient": "3.0.0-alpha.1",
<LinearGradient
style={styles.gradient}
colors={['#898989', '#898989', '#898989']}>
It should be diff color, Seems colors arr is not working.