Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to give radius to imagebackground in react native

<ImageBackground
  style={{height: 100, width: 100}}
  imageStyle={{ borderRadius: 6}}
  source={{ uri: 'www.imageislocatedhere.com }}
>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #give #radius #imagebackground #react #native
ADD COMMENT
Topic
Name
9+2 =