<View style={styles.MainContainer}>
<Text style={styles.TextStyle}>Example of Underline Text</Text>
</View>
TextStyle: {
textAlign: 'center',
fontWeight: 'bold'
fontstyle: 'italic'
fontSize: 20,
textDecorationLine: 'underline',
//line-through is the trick
},