1.0.1 • Published 7 years ago
react-native-android-spinners v1.0.1
react-native-android-spinners
A new collection of animated loading indicators
React native port of SpinKit.
Getting started
npm install react-native-android-spinners --save
Automatically link the library
react-native link react-native-android-spinners
Properties
| Prop | Default | Type | Description |
|---|---|---|---|
| isVisible | true | boolean | Visibility of the spinner |
| color | #000000 | string | Color of the spinner |
| size | 48 | number | Size of the spinner |
| type | Plane | string | Style type of the spinner |
Spiner Types Available
- Wave
- 9CubeGrid
- Circle
- CircleFlip
- Bounce
- Pulse
- WanderingCubes
- FadingCircle
- ChasingDots
- ThreeBounce
- FadingCircleAlt
Acknowledgements
Android library: Android-Spinkit
License
(c) 2019 Michael Kojo-Zil, MIT license.