Open Shivani12345 opened 5 years ago
can't change text color,size,alignments in htmlview. can't set any property related text? you can try like this ?
const style = StyleSheet.create({ b: { color:'#777893', fontSize: 14, paddingLeft:18, paddingRight:18, }, p: { color: '#777893', fontSize: 14, paddingLeft:18, paddingRight:18, }, });
this is ok. but if texts nested togethor ? like
<h3>Tile Is<b>Bold and <i>Italic </i></b>
cascade style needed .
The ability to link a CSS file here, which sits in the html head
might make the customization much more flexible 🤔
can't change text color,size,alignments in htmlview. can't set any property related text?