1 <TouchableOpacity
2 style={{
3 borderWidth:1,
4 borderColor:'rgba(0,0,0,0.2)',
5 alignItems:'center',
6 justifyContent:'center',
7 width:100,
8 height:100,
9 backgroundColor:'#fff',
10 borderRadius:50,
11 }}
12 >
13 <Icon name={"chevron-right"} size={30} color="#01a699" />
14 </TouchableOpacity>
15