Published
- 1 min read
background transparent react native
The solution for this is noted below
background transparent react native
Solution
background: {
position: 'absolute',
marginTop: 20,
top: 0,
bottom: 0,
left: 0,
right: 0,
opacity: 0.5,
}
Try other methods by searching on the site. That is if this doesn’t work