hippy-react-htmlview is a HTML rich text render. It is the implementation of react-native-htmlview@0.16.0 for Hippy React.
npm install hippy-react-htmlview --save
import React from 'react';
import HTMLView from 'hippy-react-htmlview';
class App extends React.Component {
render () {
return <HTMLView value={ '<span style="color: red; font-size: 20px;"></span>' } />;
}
}
For more APIs, please refer to react-native-htmlview.