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

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

React native recently completely removed ViewPropTypes. It has been deprecated for a while. This removes prop types from the component. See https://github.com/facebook/react-native/commit/10199b158138b8645550b5579df87e654213fe42

Hello, would be really great if you could select text by words like in this screenshot: ![image](https://user-images.githubusercontent.com/2031472/63649213-0d5d9b80-c78f-11e9-9ad8-c0874aafdc20.png) `selectable={true}` doesn't select by words unfortunately, only the whole text. I also tried...

That fix "Cannot read property 'style' of undefined" error for web #313

JSX Code: ```jsx ``` The following error has occurred. ``` TypeError: Cannot read property 'style' of undefined Module.../../../../../../../../../home/sarkar4540/Code/sarkar nigam/magnox/test-system/node_modules/react-native-htmlview/HTMLView.js node_modules/react-native-htmlview/HTMLView.js:149 146 | renderNode: PropTypes.func, 147 | RootComponent: PropTypes.func, 148 |...

Does this library supports hr tag. ?

Ca2+ আয়ন সনাক্তকরণ Na2SO4 এর বৈশিষ্ট

if i place an img tag inside a tag of my html only 50% of img width is being clickable i tried with different widths still no change only half...

Currently, HTMLView's definitions specify the following props to accept function components only: `NodeComponent`, `RootComponent`, `TextComponent` However, the source code that uses these props, only uses destructuring assignment to extract these...

Hi I am using customized tags using renderNode. But the output on native i am getting is very weired. Please refer image attached for same. I am not getting, where...