react-native-bestloading
v1.0.2
Published
react-native 加载器
Readme
react-native-bestloading
Usage 使用
import Bestloading from 'react-native-bestloading';
// TODO: What to do with the module?
<Bestloading />
;属性介绍
| 属性 | 功能 | 类型 | 默认值 | | ------------------- | ----------------------- | ------------- | --------- | | isShowMC | 是否展示蒙层 | boolean | true | | loadText | 加载文本 | string | 加载中 | | visible |加载器是否显示 | boolean | true | | iconStyle |自定义动态加载图的样式,如xmGif不存在设置此项无效 | style | true | | xmGif |自定义动态加载图 | image | -- | | modalStyle |modal样式自定义 | style | -- | | textStyle |加载文本样式自定义 | style | -- | | indicatorColor |indicator颜色自定义 | string | '#FF6F00' |
