Gathering detailed insights and metrics for react-native-epic-spinners
Gathering detailed insights and metrics for react-native-epic-spinners
Gathering detailed insights and metrics for react-native-epic-spinners
Gathering detailed insights and metrics for react-native-epic-spinners
Reusable React Native's implementation of epic-spinners using built-in Animated
npm install react-native-epic-spinners
Typescript
Module System
Node Version
NPM Version
JavaScript (88.88%)
Objective-C (4.01%)
Ruby (2.73%)
Java (2.54%)
Python (1.85%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10 Stars
23 Commits
1 Forks
36 Branches
1 Contributors
Updated on Aug 10, 2022
Latest Version
0.0.1
Package Id
react-native-epic-spinners@0.0.1
Unpacked Size
91.44 kB
Size
14.66 kB
File Count
39
NPM Version
6.13.4
Node Version
12.14.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
2
23
This library is the React Native's built-in Animated implementation of epic-spinners by EpicMax
Special Thanks to Bondz for his project react-epic-spinners it helps me a lot.
Using NPM
1npm install react-native-epic-spinners
Or Yarn
1yarn add react-native-epic-spinners
All components accept the following props
animationDelay
[number]
: (optional) defaults to 1000
which is 1 second. specifies the timing of the spinner animation. Lower numbers mean the animations restart faster.color
[string]
: (optional) defaults to red
. Specifies the color of the spinner.size
[number]
: (optional) specifies how large the spinner should be renderedstyle
[object]
: (optional) a react component style object to additionally style the component1//** @flow **// 2import React from 'react'; 3import { SafeAreaView } from 'react-native'; 4import { AtomSpinner } from 'react-native-epic-spinners' 5 6const App: () => React$Node = () => { 7 return ( 8 <SafeAreaView style={style.container}> 9 <AtomSpinner animationDuration={2500} color="blue" size={20} /> 10 </SafeAreaView> 11 ); 12}; 13export default App;
The source code for the example (showcase) app is under the Example directory. If you want to play with the API but don't feel like trying it on a real app, you can run the example project.
All components are named exports of the package.
1import { ... } from 'react-native-epic-spinners'
Because i am using React Native's built-in Animated Android
has the following problems
If you know a fix for it, please send a PR :)
MIT.
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/23 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
73 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