react-native-htmlview
react-native-htmlview copied to clipboard
A React Native component which renders HTML content as native views
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Here is the diff that solved my problem: ``` node_modules/react-native-htmlview/HTMLView.js import React, {PureComponent} from 'react'; import PropTypes from 'prop-types';...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
#346 fix: import ViewPropTypes from deprecated-react-native-prop-types instead of react-native. Because `ViewPropTypes` was deprecated from react-native 0.69
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
katex css to this html view ? any kind of help thanks
ViewPropTypes has been removed completely in React Native `v0.70.4`
ViewPropTypes has been removed completely in React Native `v0.70.4`
I have meet this problem, the html code ``` As A As A As As D As D A As A D A A D ``` but showed in this...