2.0.4 • Published 4 years ago

react-native-orzhtml-htmlview v2.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

react-native-orzhtml-htmlview

A React Native component which renders HTML content as native views。 Welcome everybody fork!!!

screenshots

npm.io

Install

npm install react-native-orzhtml-htmlview --save or yarn add react-native-orzhtml-htmlview

For React Native 0.60.0 or higher.

npm install react-native-fast-image --save or yarn add react-native-fast-image

npm install teaset --save or yarn add teaset

For React Native <= 0.59.x use version 6.1.1 or lower

npm install react-native-fast-image@6.1.1 --save or yarn add react-native-fast-image@6.1.1

npm install teaset@0.6.3 --save or yarn add teaset@0.6.3

Mostly automatic installation

react-native link react-native-fast-image

Example

In the react-native-orzhtml-htmlview package directory:

cd example

npm install // or yarn

react-native link

To run example on iOS:

react-native run-ios

To run example on Android:

react-native run-android

Props

PropDescriptionTypeRequired/Default
onError错误funcconsole.error.bind(console)
RootComponent根组件funcelement => <View {...element} />
globalColor默认字体样式string#222
style父容器样式style
stylesheethtml标签样式object
htmlhtmlstring
fontSize字体大小stringnormal
imagesMaxWidth图片最大宽度numberDimensions.get('window').width
popover长按文本段落显示poparray[]
onImagePress点击图片func() => {}
onLongPress长按文本段落func() => {}
onMarkPress点击标记func() => {}
onVideoPlay点击视频回调func() => {} / 返回视频 url 地址
errorImgSource图片加载失败object{ uri: 'https://reactnativecode.com/wp-content/uploads/2018/01/Error_Img.png' }
debug调试模式boolfalse

说明

当前 v2.0.0 版本已经移除 video 组件,文章需要显示 video,只会显示 video 的 poster 图片,点击视频播放按钮,会返回视频的 url,在 example 里面有对应的例子。

需要在文章内直接播放视频,请安装 v1.0.11 版本。

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.0.11

4 years ago

2.0.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago