{"id":4178,"url":"https://github.com/prscX/react-native-download-button","last_synced_at":"2025-08-04T00:32:25.757Z","repository":{"id":48980500,"uuid":"118562710","full_name":"prscX/react-native-download-button","owner":"prscX","description":"React Native: Native Download Button: with pretty cool animation","archived":true,"fork":false,"pushed_at":"2021-07-02T11:07:06.000Z","size":434,"stargazers_count":124,"open_issues_count":2,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T03:20:01.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prscX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-23T05:34:09.000Z","updated_at":"2024-03-22T05:01:07.000Z","dependencies_parsed_at":"2022-08-30T08:01:34.228Z","dependency_job_id":null,"html_url":"https://github.com/prscX/react-native-download-button","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-download-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-download-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-download-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-download-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prscX","download_url":"https://codeload.github.com/prscX/react-native-download-button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228576898,"owners_count":17939645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:17:03.560Z","updated_at":"2024-12-07T07:31:29.503Z","avatar_url":"https://github.com/prscX.png","language":"Java","funding_links":["https://www.buymeacoffee.com/prscX"],"categories":["Components","\u003ca name=\"Loaders-\u0026-Animation:-Native-Modules\"\u003eLoaders \u0026 Animation: Native Modules\u003c/a\u003e","Others"],"sub_categories":["UI"],"readme":"\n\u003ch1 align=\"center\"\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-download-button\"\u003e\u003cimg src=\"http://img.shields.io/npm/v/react-native-download-button.svg?style=flat\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/prscX/react-native-download-button\"\u003e\u003cimg alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/prscX/react-native-download-button#License\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/react-native-download-button.svg?style=flat\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n    ReactNative: Native Download Button (Android/iOS)\n\nDue to time constraint, this library is deprecated and not maintained anymore, You can still use this library.\n\t\nIf this project has helped you out, please support us with a star 🌟\n\u003c/h1\u003e\n\nThis library is ReactNative bridge around native libraries:\n\n\n| **Android: [fenjuly/ArrowDownloadButton](https://github.com/fenjuly/ArrowDownloadButton)**             |\n| ----------------- |\n| \u003cimg src=\"https://github.com/fenjuly/ArrowDownloadButton/raw/master/screenshots/arrowdownloadbutton.gif\" /\u003e                  |\n\n| **iOS: [elbryan/FFCircularProgressView](https://github.com/elbryan/FFCircularProgressView)**             |\n| ----------------- |\n| \u003cimg src=\"https://camo.githubusercontent.com/9030298750a4792e8e8bdec30219baa644afaf75/68747470733a2f2f7261772e6769746875622e636f6d2f656c627279616e2f464643697263756c617250726f6772657373566965772f6d61737465722f4d656469612f73616d706c652e676966\" /\u003e                  |\n\n\n\n## 📖 Getting started\n\n`$ npm install react-native-download-button --save`\n\n## **RN60 \u003e= RNDB V1 \u003e**\n\n\u003e RN60 above please use `react-native-download-button` V1 and above\n\n- **iOS**\n\n\u003e **iOS Prerequisite:** Please make sure `CocoaPods` is installed on your system\n\n\t- Add the following to your `Podfile` -\u003e `ios/Podfile` and run pod update:\n\n\n```\n  use_native_modules!\n\n  pod 'RNDownloadButton', :path =\u003e '../node_modules/react-native-download-button/ios'\n```\n\n- **Android**\n\n\n## **RN60 \u003c RNAT V1 \u003c**\n\n\u003e RN60 below please use `react-native-app-tour` V.0.*\n\n\n`react-native link react-native-download-button`\n\n## 💻 Usage\n\n```javascript\nimport RNDownloadButton from 'react-native-download-button';\n\n// TODO: What to do with the module?\n\u003cRNDownloadButton size={300} progress={this.state.progress} reset={this.state.reset} onPress={this._onPress} /\u003e\n```\n\n## 💡 Props\n\n| Prop              | Type       | Default | Note                                                                                                       |\n| ----------------- | ---------- | ------- | ---------------------------------------------------------------------------------------------------------- |\n| `startAnimation`       | `bool`     |         | To start the downloader animation\n| `progress`      | `int`     |         | Set the progress of downloader progress bar\n| `reset`       | `bool`     |         | Reset the downloader to it's inital state                                                            \n| `iOS: tintColor`       | `string`     |         | Color for setting tint color           \n| `iOS: tickColor`       | `string`     |         | Color for setting tick color           \n| `android: backgroundColor`       | `string`    | | Color for setting background color                     \n|\n\n\n## ✨ Credits\n\n- Android lib [fenjuly/ArrowDownloadButton](https://github.com/fenjuly/ArrowDownloadButton)\n- iOS lib [elbryan/FFCircularProgressView](https://github.com/elbryan/FFCircularProgressView)\n\n## 🤔 How to contribute\nHave an idea? Found a bug? Please raise to [ISSUES](https://github.com/prscX/react-native-download-button/issues).\nContributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.\n\n## 💫 Where is this library used?\nIf you are using this library in one of your projects, add it in this list below. ✨\n\n\n## 📜 License\nThis library is provided under the Apache License.\n\nRNDownloadButton @ [prscX](https://github.com/prscX)\n\n## 💖 Support my projects\nI 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).\n\nHowever, 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:\n* Starring and sharing the projects you like 🚀\n* If you're feeling especially charitable, please follow [prscX](https://github.com/prscX) on GitHub.\n\n  \u003ca href=\"https://www.buymeacoffee.com/prscX\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n  Thanks! ❤️\n  \u003cbr/\u003e\n  [prscX.github.io](https://prscx.github.io)\n  \u003cbr/\u003e\n  \u003c/ Pranav \u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FprscX%2Freact-native-download-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FprscX%2Freact-native-download-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FprscX%2Freact-native-download-button/lists"}