{"id":4355,"url":"https://github.com/realKfiros/react-native-countdown-text","last_synced_at":"2025-08-04T01:32:07.189Z","repository":{"id":55310645,"uuid":"159383205","full_name":"realKfiros/react-native-countdown-text","owner":"realKfiros","description":"A React Native component that converts a timestamp of a future date to a readable countdown clock, based on a format.","archived":false,"fork":false,"pushed_at":"2021-01-05T17:06:20.000Z","size":11,"stargazers_count":6,"open_issues_count":2,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-04T07:24:23.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realKfiros.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-27T18:47:34.000Z","updated_at":"2024-03-03T15:35:03.000Z","dependencies_parsed_at":"2022-08-14T20:40:12.523Z","dependency_job_id":null,"html_url":"https://github.com/realKfiros/react-native-countdown-text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realKfiros%2Freact-native-countdown-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realKfiros%2Freact-native-countdown-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realKfiros%2Freact-native-countdown-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realKfiros%2Freact-native-countdown-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realKfiros","download_url":"https://codeload.github.com/realKfiros/react-native-countdown-text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228582487,"owners_count":17940587,"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:09.321Z","updated_at":"2024-12-07T08:30:32.730Z","avatar_url":"https://github.com/realKfiros.png","language":"JavaScript","readme":"# react-native-countdown-text\n\n[![npm version](https://badge.fury.io/js/react-native-countdown-text.svg)](https://badge.fury.io/js/react-native-countdown-text)\n\nA React Native component that converts a timestamp of a future date to a readable countdown clock, based on a format.\n\n## Installation\n\n```\nnpm install --save react-native-countdown-text\n```\n\n## Usage\n\n```js\nimport React, { Component } from 'react';\nimport { Countdown } from 'react-native-countdown-text';\n\nexport default class App extends Component {\n    render() {\n        return \u003cCountdown finishTime={1543622400} /\u003e\n    }\n}\n```\n\n## Properties\n\n| Name | Type | Default | Description |\n|---|---|---|---|\n|**`format`**|`string`| `{d}:{h}:{m}:{s}` |The format that will be applied to the milliseconds|\n|**`finishTime`**|`number`| **REQUIRED** |The future date timestamp|\n|**`textStyle`**|`object`||The style that will be applied to the countdown text|\n\n### `format` examples\n\n* `'{d} days, {h} hours, {m} minutes, {s} seconds'`\n* `'{h}:{m}:{s}'`\n* `'{d} days, {h}:{m}:{s}'`\n* `'{h}:{s}'`\n","funding_links":[],"categories":["Components"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FrealKfiros%2Freact-native-countdown-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FrealKfiros%2Freact-native-countdown-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FrealKfiros%2Freact-native-countdown-text/lists"}