Gathering detailed insights and metrics for react-native-progressbar
Gathering detailed insights and metrics for react-native-progressbar
Gathering detailed insights and metrics for react-native-progressbar
Gathering detailed insights and metrics for react-native-progressbar
react-native-progress
Progress indicators and spinners for React Native using ReactART
primeton-react-native-community-progressbar
react-native-image-progress
Progress indicator for networked images, supports progress bar and spinner
progressbar-react-native
Progress Bar component for React Native.
npm install react-native-progressbar
Typescript
Module System
Node Version
NPM Version
69.4
Supply Chain
87.7
Quality
75.2
Maintenance
100
Vulnerability
100
License
JavaScript (39.75%)
Objective-C (35.65%)
Python (13.93%)
Java (10.67%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
8 Commits
2 Forks
7 Watchers
1 Branches
2 Contributors
Updated on Aug 17, 2018
Latest Version
1.0.4
Package Id
react-native-progressbar@1.0.4
Size
713.60 kB
NPM Version
3.10.10
Node Version
7.2.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
No dependencies detected.
ProgressBae for React Native.
npm install react-native-progressbar
yarn add react-native-progressbar
Import library
import Progress from 'react-native-progressbar';
1this.refs.progress.show(); //显示进度条。 2 3this.refs.progress.changeProgress(per); //改变进度条进度。per:当前进度所占百分比 4 5this.refs.progress.finish(); //进度条完成,并隐藏。 6 7render() { 8 return ( 9 <Progress ref={'progress'} title={'正在下载'}/> 10 ); 11 } 12
Key | Type | Default | Description |
---|---|---|---|
title | string | '进度' | 提示文字。 |
Feel free to contact me or create an issue
made with ♥
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
no SAST tool detected
Details
Reason
Found 0/8 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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
86 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