Gathering detailed insights and metrics for react-native-loading-spinner-overlay-clj
Gathering detailed insights and metrics for react-native-loading-spinner-overlay-clj
Gathering detailed insights and metrics for react-native-loading-spinner-overlay-clj
Gathering detailed insights and metrics for react-native-loading-spinner-overlay-clj
💈 React Native loading spinner overlay
npm install react-native-loading-spinner-overlay-clj
Typescript
Module System
Node Version
NPM Version
JavaScript (30.65%)
Objective-C (23.94%)
TypeScript (19.14%)
Starlark (10.58%)
Java (8.6%)
HTML (7.09%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,590 Stars
83 Commits
173 Forks
18 Watchers
23 Branches
23 Contributors
Updated on Jul 12, 2025
Latest Version
1.1.0
Package Id
react-native-loading-spinner-overlay-clj@1.1.0
Unpacked Size
113.80 kB
Size
87.60 kB
File Count
7
NPM Version
6.13.4
Node Version
12.16.1
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
npm:
1npm install react-native-loading-spinner-overlay
yarn:
1yarn add react-native-loading-spinner-overlay
See the example App.js file for an example implementation.
Property | Type | Default | Description |
---|---|---|---|
cancelable | Boolean | false | Android: If set to false, it will prevent spinner from hiding when pressing the hardware back button. If set to true, it will allow spinner to hide if the hardware back button is pressed. |
color | String | "white" | Changes the spinner's color (example values are red , #ff0000 , etc). For adjusting the contrast see overlayColor prop below. |
animation | String (enum) none , slide , fade | "none" | Changes animation on show and hide spinner's view. |
overlayColor | String | rgba(0, 0, 0, 0.25) | Changes the color of the overlay. |
size | String (enum) small , normal , large | "large" | Sets the spinner's size. No other cross-platform sizes are supported right now. |
textContent | String | "" | Optional text field to be shown. |
textStyle | StyleSheet | - | The style to be applied to the <Text> that displays the textContent . |
visible | Boolean | false | Controls the visibility of the spinner. |
indicatorStyle | StyleSheet | undefined | Additional styles for the ActivityIndicator to inherit |
customIndicator | Element | undefined | An alternative, custom component to use instead of the default <ActivityIndicator /> |
children | Element | undefined | Children element(s) to nest inside the spinner |
We recommend that you follow two rules when implementing this component.
Integrate it inside the parent-most/top-level/root component in your app
Wrap usage of actions after attempting to stop the spinner with setTimeout
to avoid the non-stop spinner issue:
1this.setState({ spinner: false }); 2 3setTimeout(() => { 4 Alert.alert('Oops!', err.message); 5}, 100);
Name | Website |
---|---|
Nick Baugh | http://niftylettuce.com |
Spencer Snyder | http://spencersnyder.io |
Luciano Lima | |
George Savvidis | |
Sandro Machado | |
Ben Sutter | |
Ivan Kuznetsov | |
Darren Camp | |
Rigo B Castro | |
Raj Kissu | |
Ivan Pusic | |
Antonio Grass | |
Vijay Chouhan | |
Jacob Lee | |
Matt Labrum |
MIT © Nick Baugh
No vulnerabilities found.
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
binaries present in source code
Details
Reason
Found 9/28 approved changesets -- score normalized to 3
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
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
104 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