shadowColor: "#000",
shadowOffset: {
width: 0,
height: 8,
},
shadowOpacity: 0.46,
shadowRadius: 11.14,
elevation: 17,
import LinearGradient from 'react-native-linear-gradient'
<LinearGradient
colors={['transparent', 'black']}
style={{
position: 'absolute',
bottom: 0,
left: 0,
width: '100%',
height: 150
}}
/>
shadowColor: "#000",
shadowOffset: {
width: 0,
height: 8,
},
shadowOpacity: 0.44,
shadowRadius: 10.32,
elevation: 16,