hippy-react-htmlview

1.0.6 • Public • Published

hippy-react-htmlview

Introduction

hippy-react-htmlview is a HTML rich text render. It is the implementation of react-native-htmlview@0.16.0 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.

Readme

Keywords

Package Sidebar

Install

npm i hippy-react-htmlview

Weekly Downloads

8

Version

1.0.6

License

MIT

Unpacked Size

14.9 kB

Total Files

8

Last publish

Collaborators

  • gymmer