hippy-react-htmlview
v1.0.6
Published
HTML rich text render based on Hippy
Downloads
13
Readme
hippy-react-htmlview
Introduction
hippy-react-htmlview is a HTML rich text render. It is the implementation of [email protected] for Hippy React.
Install
npm install hippy-react-htmlview --save
Usage
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>' } />;
}
}
API
For more APIs, please refer to react-native-htmlview.