# react-native-html-render **Repository Path**: neo0820/react-native-html-render ## Basic Information - **Project Name**: react-native-html-render - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-18 - **Last Updated**: 2021-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-html-render > A html render for react-native. But don't **Suitable for** all html. Only **Suitable for** the html generator by markdown with minify. > > Now it used by [Noder](https://github.com/soliury/noder-react-native). > > Be careful to use, the performance is not good. If you want to improve the performance, be free to open a issue or send a PR. ## Install ``` npm install react-native-html-render ``` ## Futures * Support img and code render. * Can set custom render function and styles. * More beautiful native View. ## Demo  ## Example ``` javascript var React = require('react-native') var HtmlRender = require('react-native-html-render') var { Component, View, Text, StyleSheet, Image }=React var styles = StyleSheet.create({ img: { width: 100, height: 100 } }) class HtmlContent extends Component { _renderNode(node, index, parent, type) { //Your code here } render() { const sample = "