{"id":17700782,"url":"https://github.com/wrathchaos/react-native-countdown","last_synced_at":"2025-07-17T07:36:00.673Z","repository":{"id":36939388,"uuid":"230319463","full_name":"WrathChaos/react-native-countdown","owner":"WrathChaos","description":"Moment based extremely easy to use Countdown for React Native","archived":false,"fork":false,"pushed_at":"2023-10-21T02:31:31.000Z","size":5638,"stargazers_count":7,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T23:43:21.963Z","etag":null,"topics":["android","apple","freakycoder","front-end","google","ios","javascript","kuray","library","mobile","mobile-app","mobile-app-development","react","react-native","reactjs"],"latest_commit_sha":null,"homepage":"https://freakycoder.com","language":"Java","has_issues":true,"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/WrathChaos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-26T19:45:43.000Z","updated_at":"2023-10-24T15:54:30.000Z","dependencies_parsed_at":"2024-10-24T21:24:31.141Z","dependency_job_id":"aec2ea54-4d41-44e3-9bd5-560471a03683","html_url":"https://github.com/WrathChaos/react-native-countdown","commit_stats":{"total_commits":56,"total_committers":3,"mean_commits":"18.666666666666668","dds":0.4285714285714286,"last_synced_commit":"5f13e72b0821febae897ea01e589332ffb2a011d"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/WrathChaos/react-native-countdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-countdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-countdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-countdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-countdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-countdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-countdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265577951,"owners_count":23791268,"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":["android","apple","freakycoder","front-end","google","ios","javascript","kuray","library","mobile","mobile-app","mobile-app-development","react","react-native","reactjs"],"created_at":"2024-10-24T17:43:05.860Z","updated_at":"2025-07-17T07:36:00.652Z","avatar_url":"https://github.com/WrathChaos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Countdown\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-countdown)\n\n[![Moment based extremely easy to use Countdown for React Native](https://img.shields.io/badge/-Moment%20based%20extremely%20easy%20to%20use%20Countdown%20for%20React%20Native-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-countdown)\n\n[![npm version](https://img.shields.io/npm/v/@freakycoder/react-native-countdown.svg?style=for-the-badge)](https://www.npmjs.com/package/freakycoder/react-native-countdown)\n[![npm](https://img.shields.io/npm/dt/@freakycoder/react-native-countdown.svg?style=for-the-badge)](https://www.npmjs.com/package/freakycoder/react-native-countdown)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"React Native Countdown\"\n        src=\"assets/Screenshots/example.gif\" /\u003e\n\u003c/p\u003e\n\n# Installation\n\nAdd the dependency:\n\n```js\nnpm i @freakycoder/react-native-countdown\n```\n\n## Peer Dependencies\n\n###### IMPORTANT! You need install them\n\n```js\n\"moment\": \"\u003e= 2.24.0\",\n\"moment-duration-format\": \"\u003e= 2.3.2\"\n```\n\n# Usage\n\n## Import\n\n```js\nimport moment from \"moment\";\nimport Countdown from \"react-native-countdown\";\n```\n\n## Usage\n\nAll Text Component feature can be send via props OR you can use textStyle\n\n```jsx\n\u003cCountdown\n  start={moment(1578240964000)}\n  end={moment(1578244564000)}\n  fontFamily=\"BurbankBigCondensed-Black\" // All Text Component feature can be send via props OR you can use textStyle\n  defaultCountdown=\" - / - : - : -\"\n  format=\"d[d]  hh:mm:ss\"\n/\u003e\n```\n\n# Configuration - Props\n\nCheck the example for the customizable `format` and `defaultCountdown` props.\n\n| Property         |  Type   |  Default  | Description                                             |\n| ---------------- | :-----: | :-------: | ------------------------------------------------------- |\n| start            | boolean |   true    | make the button outline                                 |\n| end              | boolean |   false   | make the button with a solid background and a shadow    |\n| textStyle        | boolean |   false   | make the button with a gradient background and a shadow |\n| defaultCountdown | string  | - : - : - | default countdown format before the countdown starts    |\n| format           | string  | hh:mm:ss  | set your own format for the countdown                   |\n\n## Roadmap\n\n- [x] ~~LICENSE~~\n- [ ] Typescript\n- [ ] Article for Medium\n- [ ] BuyMeACoffee Link/Widget\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Countdown is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-countdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-countdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-countdown/lists"}