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

A React Native component which renders HTML content as native views

Results 113 react-native-htmlview issues
Sort by recently updated
recently updated
newest added

Here is my html: ```html > Dwayne’s only companion at night was a Labrador retriever named Sparky. Sparky could not wag his tail-because of an automobile accident many years ago,...

When trying to use the `HTMLView` component, TypeScript throws the following error: ``` TS2786: 'HTMLView' cannot be used as a JSX component. Its type 'ComponentType' is not a valid JSX...

When then HTMLView content is large, I can't scroll vertically on android. ``` ```