Gathering detailed insights and metrics for react-native-animated-spinkit
Gathering detailed insights and metrics for react-native-animated-spinkit
Gathering detailed insights and metrics for react-native-animated-spinkit
Gathering detailed insights and metrics for react-native-animated-spinkit
react-native-spinkit
A collection of animated loading indicators for React Native
@react-native-oh-tpl/react-native-spinkit
A collection of animated loading indicators for React Native
react-native-spinkit-button
React Native loading buttons, with react-native-spinkit multiple animated loading indicators
react-native-enhanced-spinkit
A collection of animated loading indicators for React Native
A collection of loading indicators for React Native
npm install react-native-animated-spinkit
Typescript
Module System
Node Version
NPM Version
TypeScript (94.21%)
JavaScript (5.66%)
Shell (0.12%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
323 Stars
46 Commits
25 Forks
6 Watchers
1 Branches
2 Contributors
Updated on Jun 10, 2025
Latest Version
1.5.2
Package Id
react-native-animated-spinkit@1.5.2
Unpacked Size
263.98 kB
Size
27.69 kB
File Count
99
NPM Version
7.5.0
Node Version
15.8.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A pure JavaScript port of SpinKit for React Native.
The previous port of SpinKit for React Native (react-native-spinkit) is a native module so it requires extra native dependencies and can't be used in Expo projects without ejecting.
This library is a pure JavaScript port of SpinKit implemented with the Animated API, which means you can use it in any React Native project and the spinners will look identical on Android and iOS.
1yarn add react-native-animated-spinkit
or
1npm install react-native-animated-spinkit
1import { Plane } from 'react-native-animated-spinkit' 2 3function App() { 4 return ( 5 <View style={styles.container}> 6 <Plane size={48} color="#FFF"> 7 </View> 8 ) 9}
Inherits View Props
number
| defaults to48
Width and height of the spinner.
string
| defaults to#000
Color of the spinner.
boolean
| defaults totrue
Whether to show the indicator or hide it.
boolean
| defaults totrue
Whether the indicator should hide when not animating.
All the spinners from SpinKit have been ported.
<Plane />
<Chase />
<Bounce />
<Wave />
<Pulse />
<Flow />
<Swing />
<Circle />
<CircleFade />
<Grid />
<Fold />
<Wander />
To run the example project, follow these steps:
1yarn 2cd example 3yarn && yarn start
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/23 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
96 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More