{"id":18348716,"url":"https://github.com/paraboly/react-native-bouncy-circle-button","last_synced_at":"2026-03-04T08:32:21.530Z","repository":{"id":57135116,"uuid":"303378499","full_name":"Paraboly/react-native-bouncy-circle-button","owner":"Paraboly","description":"Fully customizable bouncy animated circle button for React Native by Paraboly","archived":false,"fork":false,"pushed_at":"2020-10-14T07:48:16.000Z","size":1413,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T21:11:50.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https:/paraboly.com","language":"Java","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/Paraboly.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":"2020-10-12T12:02:47.000Z","updated_at":"2020-12-24T03:54:27.000Z","dependencies_parsed_at":"2022-09-04T09:00:44.230Z","dependency_job_id":null,"html_url":"https://github.com/Paraboly/react-native-bouncy-circle-button","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"WrathChaos/react-native-typescript-library-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-bouncy-circle-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-bouncy-circle-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-bouncy-circle-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-bouncy-circle-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paraboly","download_url":"https://codeload.github.com/Paraboly/react-native-bouncy-circle-button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463744,"owners_count":20942935,"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-11-05T21:18:56.118Z","updated_at":"2026-03-04T08:32:21.477Z","avatar_url":"https://github.com/Paraboly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Bouncy Circle Button\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![Fully customizable bouncy animated circle button for React Native by Paraboly](https://img.shields.io/badge/-Fully%20customizable%20bouncy%20animated%20circle%20button%20for%20React%20Native%20by%20Paraboly-orange?style=for-the-badge)](https://github.com/Paraboly/react-native-bouncy-circle-button)\n\n[![npm version](https://img.shields.io/npm/v/@paraboly/react-native-bouncy-circle-button.svg?style=for-the-badge)](https://www.npmjs.com/package/@paraboly/react-native-bouncy-circle-button)\n[![npm](https://img.shields.io/npm/dt/@paraboly/react-native-bouncy-circle-button.svg?style=for-the-badge)](https://www.npmjs.com/package/@paraboly/react-native-bouncy-circle-button)\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 Bouncy Circle Button\"\n        src=\"assets/Screenshots/RN-Bouncy-Circle-Button.gif\" /\u003e\n\u003c/p\u003e\n\n# Installation\n\nAdd the dependency:\n\n```bash\nnpm i @paraboly/react-native-bouncy-circle-button\n```\n\n## Peer Dependencies\n\n\u003ch5\u003e\u003ci\u003eIMPORTANT! You need install them\u003c/i\u003e\u003c/h5\u003e\n\n```js\n\"react-native-androw\": \"=\u003e 0.0.34\",\n\"@freakycoder/react-native-bounceable\": \"\u003e= 0.2.0\"\n```\n\n# Usage\n\n## Import\n\n```jsx\nimport BouncyCircleButton from \"@paraboly/react-native-bouncy-circle-button\";\n```\n\n## Fundamental Usage\n\n```jsx\n\u003cBouncyCircleButton onPress={() =\u003e {}}\u003e\n  \u003cAnyComponent /\u003e\n\u003c/BouncyCircleButton\u003e\n```\n\n# Configuration - Props\n\n| Property        |   Type    |  Default  | Description                                            |\n| --------------- | :-------: | :-------: | ------------------------------------------------------ |\n| onPress         | function  | undefined | set your onPress functionality                         |\n| children        | component | undefined | set the inside BouncyCircleButton's children component |\n| size            |  number   |    50     | change the size of the button                          |\n| backgroundColor |   color   |   #fff    | change the background of the button                    |\n| shadowStyle     |   style   |  default  | change the shadow style of the button                  |\n\n## Future Plans\n\n- [x] ~~LICENSE~~\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Bouncy Circle Button 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%2Fparaboly%2Freact-native-bouncy-circle-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparaboly%2Freact-native-bouncy-circle-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaboly%2Freact-native-bouncy-circle-button/lists"}