Answers for "separe underline from text react native"

4

react native text underline

textDecorationLine: 'underline'
Posted by: Guest on March-10-2021
0

line separator with text in the center react native

<View style={{flexDirection: 'row'}}>
    <View style={{backgroundColor: 'black', height: 2, flex: 1, alignSelf: 'center'}} />
    <Text style={{ alignSelf:'center', paddingHorizontal:5, fontSize: 24 }}>Your class</Text>
    <View style={{backgroundColor: 'black', height: 2, flex: 1, alignSelf: 'center'}} />
</View>
Posted by: Guest on January-12-2021

Code answers related to "separe underline from text react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language