{"id":18487061,"url":"https://github.com/sahlhoff/react-native-pulse","last_synced_at":"2025-04-06T03:11:15.988Z","repository":{"id":57339283,"uuid":"61664657","full_name":"sahlhoff/react-native-pulse","owner":"sahlhoff","description":"React Native Pulse Animation","archived":false,"fork":false,"pushed_at":"2019-09-19T17:02:28.000Z","size":1071,"stargazers_count":149,"open_issues_count":7,"forks_count":49,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T02:07:29.328Z","etag":null,"topics":["animation","pulse","react-native","ux"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/sahlhoff.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":"2016-06-21T20:23:41.000Z","updated_at":"2024-09-12T07:33:23.000Z","dependencies_parsed_at":"2022-09-16T07:41:44.073Z","dependency_job_id":null,"html_url":"https://github.com/sahlhoff/react-native-pulse","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/sahlhoff%2Freact-native-pulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahlhoff%2Freact-native-pulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahlhoff%2Freact-native-pulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahlhoff%2Freact-native-pulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahlhoff","download_url":"https://codeload.github.com/sahlhoff/react-native-pulse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"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":["animation","pulse","react-native","ux"],"created_at":"2024-11-06T12:50:10.790Z","updated_at":"2025-04-06T03:11:15.971Z","avatar_url":"https://github.com/sahlhoff.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# React Native Pulse Animation\n\n![react native pulse](https://raw.githubusercontent.com/sahlhoff/react-native-pulse/master/pulse-gif.gif)\n\n## Installation\n\n```\n  npm install react-native-pulse --save\n```\n\n## Usage\n\n```js\nconst Pulse = require('react-native-pulse').default;\n\nclass helloWorld extends Component {\n  render() {\n    return (\n      \u003cView style={styles.container}\u003e\n        \u003cPulse color='orange' numPulses={3} diameter={400} speed={20} duration={2000} /\u003e\n      \u003c/View\u003e\n    );\n  }  \n}\n\n```\n\n## Props\n\nComponent accepts several self-descriptive properties:\n\n\n- **`color`** _(String)_ - Backgroundcolor for pulse. React-native colors supported. Default color is blue.\n- **`diameter`** _(Number)_ - This is the maximum diameter that a pulse will be. Defaults to 400.\n- **`duration`** _(Number)_ - Duration in milliseconds this is the delay new pulses will be created. Defaults to 1000.\n- **`image`** _(Object)_ - Image for center pulse thumbnail.\n- **`initialDiameter`** _(Number)_ - The diameter new pulses will start with. Defaults to 0.\n- **`numPulses`** _(Number)_ - This is the number of pulses that will be rendered. Defaults to 3.\n- **`pulseStyle`** _(Object)_ - Style properties for pulses (borderColor eg.)\n- **`speed`** _(Number)_ - Speed in milliseconds pulse will redraw. Defaults to 10.\n- **`style`** _(Object)_ - Style properties for pulse container (positioning eg.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahlhoff%2Freact-native-pulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahlhoff%2Freact-native-pulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahlhoff%2Freact-native-pulse/lists"}