JSPM

react-native-awesome-loading

1.0.15
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q56215F
  • License ISC

Beautiful loading indicators for React Native

Package Exports

  • react-native-awesome-loading

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-awesome-loading) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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