react-native-html-to-text icon indicating copy to clipboard operation
react-native-html-to-text copied to clipboard

Results 3 react-native-html-to-text issues
Sort by recently updated
recently updated
newest added

when "test" it show the test but its showing www.ggolge.com in HtmlText.js it should be if(isHyperlink(nodeName)){ const key = `${parentKey}_text` const href = node.attrs[0]; return ( { Linking.canOpenURL(href.value) .then(supported =>...

How to render new line with this component? Must i use ``? can't i just use normal line break (using enter key) to make a new line?

Even though HtmlText is meant to have the same properties as a Text component, it doesn't make a difference when adding `numberOfLines={1}` to make the text show the "..." if...