1.0.15 • Published 4 years ago

react-native-awesome-loading v1.0.15

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

npm headLogo

React Native Awesome Loading

Simple React Native library to have awesome loading indicators.

Built-in Indicators:

Download & Installation

$ npm i react-native-fast-image
$ npm i react-native-awesome-loading
$ cd ios
$ pod install
 

Usage

import AwesomeLoading from 'react-native-awesome-loading';

...

        <AwesomeLoading indicatorId={8} size={50} isActive={true} text="loading" />

Props

PropTypeDefault Value
indicatorIdnumber(1 - 20)1
isActiveboolean (required)false
sizenumber50
textstringnull
textStyleTextStylenull
direction'row','column''column'

Contributing

You can open an issue to warn me :)

Authors or Acknowledgments

  • Umut Acerbastimur

License

This project is licensed under the MIT License