1.0.6 • Published 3 years ago

hippy-react-htmlview v1.0.6

Weekly downloads
59
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago