79074259

Date: 2024-10-10 11:53:30
Score: 0.5
Natty:
Report link

I worked around this by styling the LinearGradient view with { position: 'absolute' }.

Code snippet:

<LinearGradient
  style={{
    position: 'absolute',
    left: 0,
    bottom: 0,
    right: 0,
    zIndex: 90,
  }}
  colors={['transparent', 'black']}
  start={{x: 0.5, y: 0}}
  end={{x: 0.5, y: 1}}>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ksingh