Answers for "how to make react-native circle button with image"

0

how to make react-native circle button with image

<TouchableOpacity
   style={{
       borderWidth:1,
       borderColor:'rgba(0,0,0,0.2)',
       alignItems:'center',
       justifyContent:'center',
       width:100,
       height:100,
       backgroundColor:'#fff',
       borderRadius:50,
     }}
 >
   <Icon name={"chevron-right"}  size={30} color="#01a699" />
 </TouchableOpacity>
Posted by: Guest on April-28-2021

Code answers related to "how to make react-native circle button with image"

Code answers related to "Javascript"

Browse Popular Code Answers by Language