Based on the original work of Thomas Beverley, props to him.
An iOS/Android pure javascript react-native component that renders your HTML into 100% native views.
The Foundry (v6) release is finally stable, and is now-on the recommendedversion. Check out the announcement blog post in our brand newwebsite.We also have a migrationguidefor those who are coming from v5 and below.
⚠️ You are on the master branch which is home for the latest development.Check the table bellow to get documentation for your exactversion.
Minor | Branch | Documentation | Latest |
---|---|---|---|
next | master | - | |
6.1 | release/6.1 | Official Website | |
5.1 | release/5.1 | release/5.1/README.md | |
4.2 | release/4.2 | release/4.2/README.md |
npm install react-native-render-html
yarn add react-native-render-html
See our official website and the official Discovery App.
You like to learn by example? We have a tutorial from which the demo Gif has been extracted: A WebView-free Blog App with React Native Render HTML.
The changelog is available here: packages/render-html/CHANGELOG.md.
Please refer to our dedicated document.
You're always welcome to join our discord channel :-).
Check-out our contributing guide.
Want to support this project or hire us to implement a feature? Check out this page.
The source code is licensed under BSD 2-Clause "Simplified" License.
本文向大家介绍react-native 启动React Native Packager,包括了react-native 启动React Native Packager的使用技巧和注意事项,需要的朋友参考一下 示例 在最新版本的React Native上,无需运行打包程序。它将自动运行。 默认情况下,这将在端口8081上启动服务器。要指定服务器所在的端口
react-native-htmltext 可以用 HTML 像 Markup 一样,在 ReactNative 里创建程式化的文本。ReactNative 为程式化文本提供一个文本元素,用于取代 NSAttributedString,你可以创建嵌套的文本: <Text style={{fontWeight: 'bold'}}> I am bold <Text style={{color:
react-native-htmlview 是一个将 HTML 目录作为本地视图的控件,其风格可以定制。 应用示例: 代码示例: var React = require('react-native')var {Text, View, ListView} = Reactvar HTMLView = require('react-native-htmlview')var ContentView = R
百度移动统计SDK支持使用react native框架的H5页面统计,封装好的插件已经在github上开源,相关用法具体请参考:https://github.com/BaiduMobileAnalysis/baidumobstat-react-native。
The React Native environment has a lot of little quirks, so this documentation is aimed at helping smooth those over. Please feel free to create issues on GitHub for recommendations and additions to t
React Native 可以基于目前大热的开源JavaScript库React.js来开发iOS和Android原生App。而且React Native已经用于生产环境——Facebook Groups iOS 应用就是基于它开发的。 React Native的原理是在JavaScript中用React抽象操作系统原生的UI组件,代替DOM元素来渲染,比如以<View>取代<div>,以<Ima