react-native-awesome-loading

1.0.15 • Public • Published

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

Prop Type Default Value
indicatorId number(1 - 20) 1
isActive boolean (required) false
size number 50
text string null
textStyle TextStyle null
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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.15
    179
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.15
    179
  • 1.0.14
    0
  • 1.0.13
    0

Package Sidebar

Install

npm i react-native-awesome-loading

Weekly Downloads

141

Version

1.0.15

License

ISC

Unpacked Size

2.28 MB

Total Files

30

Last publish

Collaborators

  • acerbastimur