Answers for "background image border radius react native"

0

how to give radius to imagebackground in react native

<ImageBackground
  style={{height: 100, width: 100}}
  imageStyle={{ borderRadius: 6}}
  source={{ uri: 'www.imageislocatedhere.com }}
>
Posted by: Guest on July-23-2021

Code answers related to "background image border radius react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language