Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native shadow above

import LinearGradient from 'react-native-linear-gradient'

<LinearGradient
  colors={['transparent', 'black']}
  style={{ 
         position: 'absolute', 
         bottom: 0, 
         left: 0, 
         width: '100%', 
         height: 150  
  }}
/>
Source by ethercreative.github.io #
 
PREVIOUS NEXT
Tagged: #react #native #shadow
ADD COMMENT
Topic
Name
2+7 =