Answers for "how to get circle around text in react natvie"

0

how to get circle around text in react natvie

<View style={{
width: 40,
height: 40,

borderRadius: 20,
borderWidth: 1,
borderColor: 'black',
borderStyle: 'solid',

justifyContent: 'center'}}>
 <Text style={{fontSize: 20,textAlign: 'center'}}>20</Text></View>
Posted by: Guest on September-24-2021

Code answers related to "how to get circle around text in react natvie"

Code answers related to "Javascript"

Browse Popular Code Answers by Language