Answers for "react native image corner radius"

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
1

react native image border radius not working

add this style "overflow: 'hidden'" for images container solves this issue.
Posted by: Guest on November-24-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language