how to give radius to imagebackground in react native

Solutions on MaxInterview for how to give radius to imagebackground in react native by the best coders in the world

showing results for - "how to give radius to imagebackground in react native"
Camilla
15 Nov 2017
1<ImageBackground
2  style={{height: 100, width: 100}}
3  imageStyle={{ borderRadius: 6}}
4  source={{ uri: 'www.imageislocatedhere.com }}
5>
6