lsandini
lsandini
KPCKevin Powell - Community
Created by lsandini on 8/23/2023 in #front-end
CSS in React Native and Expo SDK
ok got it :
<LinearGradient
colors={['#00a4b5','#ffb300']}
start={{ x: 0, y: 0 }}
end={{ x: 1.7, y: 1.2}}
locations={[0.5, 0.5]} // Sharp transition
style={styles.gradient}
>
<LinearGradient
colors={['#00a4b5','#ffb300']}
start={{ x: 0, y: 0 }}
end={{ x: 1.7, y: 1.2}}
locations={[0.5, 0.5]} // Sharp transition
style={styles.gradient}
>
2 replies