Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

22 Commits

Repository files navigation

#React-native-easy-loading

npm version

适用iOS、Android

有问题反馈

在使用中有任何问题,欢迎反馈给我,也可以用以下联系方式跟我交流

  • 邮件(Netxy#vip.qq.com, 把#换成@)

添加到项目中

  1. Run npm install react-native-easy-loading --save or yarn add react-native-easy-loading
  2. var { Loading, EasyLoading } = require('react-native-easy-loading');

属性

  • type(String) - 用来区分不同Loading组件。
  • color(String) - 转圈的颜色,默认:"#FFF"
  • textStyle(Object) - 提示字样式。
  • loadingStyle(Object) - 外层盒子样式。

方法

  • show(text:string = 'Loading...',timeout:number = -1,key:string = 'default') - 显示Loading...
  • dismis(key:string = 'default') - 关闭

使用

import{Loading,EasyLoading}from'react-native-easy-loading';classAppextendsComponent{componentDidMount(){EasyLoading.show('Loading...',3000,'type');setTimeout(()=>{EasyLoading.show('Loading...',3000);},3000)}render(){return(<Viewstyle={styles.container}><Textstyle={styles.welcome}>Welcome to React Native!</Text><Textstyle={styles.instructions}>To get started, edit index.android.js</Text><Textstyle={styles.instructions}>Double tap R on your keyboard to reload,{'\n'}Shake or press menu button for dev menu</Text><Loading/><Loadingtype={"type"}loadingStyle={{backgroundColor: "#f007"}}/></View>);}}

录屏

iOSandroid

About

No description, website, or topics provided.

Resources

Stars

49 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages