react-native-htmlview
react-native-htmlview copied to clipboard
A React Native component which renders HTML content as native views
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. ``` ```