Socket
Socket
Sign inDemoInstall

react-native-awesome-loading

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-awesome-loading

Beautiful loading indicators for React Native


Version published
Weekly downloads
147
decreased by-19.67%
Maintainers
1
Install size
2.17 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 06 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc