react-native-htmlview
react-native-htmlview copied to clipboard
Support for HR tag
Does this library supports hr tag. ?
+1
Yes, style it using something like:
hr: {
borderBottomWidth: 1,
borderBottomColor: "#555"
}