Published
- 1 min read
react native cover image in parent view
The solution for this is noted below
react native cover image in parent view
Solution
image: {
flex: 1,
width: '100%',
height: '100%',
resizeMode: 'contain',
},
Try other methods by searching on the site. That is if this doesn’t work