
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
github.com/prscX/react-native-download-button
Advanced tools
ReactNative: Native Download Button (Android/iOS)
If this project has helped you out, please support us with a star 🌟
This library is ReactNative bridge around native libraries:
| Android: fenjuly/ArrowDownloadButton |
|---|
![]() |
| iOS: elbryan/FFCircularProgressView |
|---|
$ npm install react-native-download-button --save
react-native link react-native-download-button
import RNDownloadButton from 'react-native-download-button';
// TODO: What to do with the module?
<RNDownloadButton size={300} progress={this.state.progress} reset={this.state.reset} onPress={this._onPress} />
| Prop | Type | Default | Note |
|---|---|---|---|
startAnimation | bool | To start the downloader animation | |
progress | int | Set the progress of downloader progress bar | |
reset | bool | Reset the downloader to it's inital state | |
iOS: tintColor | string | Color for setting tint color | |
iOS: tickColor | string | Color for setting tick color | |
android: backgroundColor | string | Color for setting background color | |
Have an idea? Found a bug? Please raise to ISSUES. Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.
If you are using this library in one of your projects, add it in this list below. ✨
This library is provided under the Apache License.
RNDownloadButton @ prscX
I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
Starring and sharing the projects you like 🚀
If you're feeling especially charitable, please follow prscX on GitHub.
Thanks! ❤️
prscX.github.io
</ Pranav >
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.