Skip to content

hippy-contrib/hippy-react-htmlview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published