how to give radius to imagebackground in react native

136

how to give radius to imagebackground in react native -

<ImageBackground
  style={{height: 100, width: 100}}
  imageStyle={{ borderRadius: 6}}
  source={{ uri: 'www.imageislocatedhere.com }}
>

Comments

Submit
0 Comments