react-native-awesome-loading

Beautiful loading indicators for React Native


Keywords
react-native, react, android, ios, loading, spinner, progress, reactnative, loading-animation, activity-indicator, loading-animations, loading-indicator, loading-spinner, modal, overlay, progress-bar, react-component, reactnative-ui
License
ISC
Install
npm install react-native-awesome-loading@1.0.15

Documentation

headLogo

React Native Awesome Loading

Simple React Native library to have awesome loading indicators.

Indicators:

Download & Installation

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

Usage

import AwesomeLoading from 'awesomeloading';

...

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

Props

Prop Type Default Value
indicatorId number(1,2,3,4,5,6,7,8) 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