Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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}} 
/>
Source by aboutreact.com #
 
PREVIOUS NEXT
Tagged: #create #image #react #native
ADD COMMENT
Topic
Name
5+5 =