Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

rounded image react native circular

<Image 
  source={require('./your-img.png')}  
  style={{width: 400, height: 400, borderRadius: 400/ 2}} 
/>
Source by aboutreact.com #
 
PREVIOUS NEXT
Tagged: #rounded #image #react #native #circular
ADD COMMENT
Topic
Name
3+2 =