import LinearGradient from 'react-native-linear-gradient'
<LinearGradient
colors={['transparent', 'black']}
style={{
position: 'absolute',
bottom: 0,
left: 0,
width: '100%',
height: 150
}}
/>