Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #circle #text #react #natvie
ADD COMMENT
Topic
Name
5+8 =