React Native Spinkit
A collection of animated loading indicators for React Native
Install / Use
npx skills add maxs15/react-native-spinkitInstalls into whichever agent you are using.
README
react-native-spinkit
A collection of animated loading indicators
React native port of SpinKit.
Use your beautiful spinner to sell in-app purchases 👇
<a href="https://landing.iaphub.com/cc/react-native-spinkit" title="IAPHUB"> <img width=882px src="https://www.iaphub.com/img/github/github-rn-ad.png" alt="IAPHUB"> </a> <br/>Preview

Getting started
npm install react-native-spinkit@latest --save
For RN < 0.40 support, use react-native-spinkit@0.1.5
Automatically link the library
react-native link
For RN projects < 0.29 link the library automatically using RNPM
rnpm link react-native-spinkit
Manual linking - IOS
Follow the wiki available here
Manual linking - Android
Follow the wiki available here
Example
Check index.ios.js in the Example folder.
Properties
| Prop | Default | Type | Description |
| :------------ |:---------------:| :---------------:| :-----|
| isVisible | true | boolean | Visibility of the spinner |
| color | #000000 | string | Color of the spinner |
| size | 37 | number | Size of the spinner |
| type | Plane | string | Style type of the spinner |
List of available types
- CircleFlip
- Bounce
- Wave
- WanderingCubes
- Pulse
- ChasingDots
- ThreeBounce
- Circle
- 9CubeGrid
- WordPress (IOS only)
- FadingCircle
- FadingCircleAlt
- Arc (IOS only)
- ArcAlt (IOS only)
Acknowledgements
IOS library: SpinKit-ObjC
Android library: Android-SpinKit
License
(c) 2016 Max, MIT license.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
