react-native-htmlview icon indicating copy to clipboard operation
react-native-htmlview copied to clipboard

Support for HR tag

Open TharaViswa opened this issue 6 years ago • 2 comments

Does this library supports hr tag. ?

TharaViswa avatar Feb 21 '19 11:02 TharaViswa

+1

ahmadafshariii avatar Feb 19 '20 10:02 ahmadafshariii

Yes, style it using something like:

hr: {
  borderBottomWidth: 1,
  borderBottomColor: "#555"
}

sampie777 avatar Dec 09 '21 10:12 sampie777