Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A component for React-Native - rendering HTML code in iOS Applications

NotificationsYou must be signed in to change notification settings

iSimar/ParseHTML-React-Native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#ParseHTML-React-NativeParseHTML is a component forReact-Native. ParseHTML let's you render html code in your iOS Applications.

HTML Tags currently being parsed:

  • <b>
  • <i>

###(This project is still at it's early stage.)

##Usage

Import ParseHTML using ParseHTML.js

var ParseHTML = require("./ParseHTML");

Use the ParseHTML Component

<ParseHTML code="Place HTML <i>Code</i> here. <b>HELLO WORLD</b>" />

Add or override custom Tags

<ParseHTML code="<p>This will be large.</p> and <code>Orange with a Black background</code>"           customTagToStyle={{                              "<p>": {fontSize: 30},                              "<code>": [{color: "#FF7F50"}, {backgroundColor: "#000000"}]                            }}                            />

For a simple example, checkout ParseHTMLSampleApp in the Examples Folder

About

A component for React-Native - rendering HTML code in iOS Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp