Answers for "react native image rounded border"

1

how to create round image in react native

<Image 
  source={{
    uri: 'https://raw.githubusercontent.com/AboutReact/sampleresource/master/old_logo.png'
  }} 
  style={{width: 400, height: 400, borderRadius: 400/ 2}} 
/>
Posted by: Guest on April-06-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 "react native image rounded border"

Code answers related to "Javascript"

Browse Popular Code Answers by Language