Skip to content

donedgardo/react-native-froala-webview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FroalaWebView

React Native component to display your markup/html in a web view for Froala WYSIWYG Editor.

Requirements

  1. React Native

Install

npm install --save react-native-froala-webview

Example

import React, { Component } from 'react';
import FroalaWebView from 'react-native-froala-webview';

class Home extends Component {
  render(){
    const {html} =  this.props; /*get your html code any way you want*/
    return (
      <FroalaWebView html={html} />
    );
  }
}
export default Home;

Contribute

Please contribute

Pipeline:

  1. Add a style property
  2. Add testing
  3. Add FroalaWebEditor

About

React Native component to display your markup/html in a web view for Froala WYSIWYG Editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published