{"id":17700805,"url":"https://github.com/wrathchaos/react-native-bounceable","last_synced_at":"2025-08-20T06:33:21.130Z","repository":{"id":45817212,"uuid":"291992672","full_name":"WrathChaos/react-native-bounceable","owner":"WrathChaos","description":"🚀 Animate and bounce any component with RNBounceable for React Native","archived":false,"fork":false,"pushed_at":"2022-08-14T16:55:55.000Z","size":130617,"stargazers_count":72,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-26T01:28:35.143Z","etag":null,"topics":["android","animation","apple","bounce","bounceable","development","freakycoder","front-end","google","ios","javascript","react-native","react-native-animation","reactjs","typescript"],"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":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-01T12:32:18.000Z","updated_at":"2024-11-24T10:00:11.000Z","dependencies_parsed_at":"2022-08-20T22:20:54.584Z","dependency_job_id":null,"html_url":"https://github.com/WrathChaos/react-native-bounceable","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":"WrathChaos/react-native-typescript-library-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-bounceable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-bounceable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-bounceable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-bounceable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-bounceable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230400616,"owners_count":18219831,"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","animation","apple","bounce","bounceable","development","freakycoder","front-end","google","ios","javascript","react-native","react-native-animation","reactjs","typescript"],"created_at":"2024-10-24T17:43:14.983Z","updated_at":"2024-12-19T08:08:44.575Z","avatar_url":"https://github.com/WrathChaos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Bounceable\" 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-bounceable)\n\n[![Animate and bounce any component with RNBounceable for React Native](https://img.shields.io/badge/-Animate%20and%20bounce%20any%20component%20with%20RNBounceable%20for%20React%20Native-orange?style=for-the-badge)](https://github.com/WrathChaos/react-native-bounceable)\n\n[![npm version](https://img.shields.io/npm/v/@freakycoder/react-native-bounceable.svg?style=for-the-badge)](https://www.npmjs.com/package/@freakycoder/react-native-bounceable)\n[![npm](https://img.shields.io/npm/dt/@freakycoder/react-native-bounceable.svg?style=for-the-badge)](https://www.npmjs.com/package/@freakycoder/react-native-bounceable)\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 Bounceable\"\n        src=\"assets/react-native-bounceable.gif\" /\u003e\n\u003c/p\u003e\n\n# Version 1 🚀\n\nFinally we're published the `version 1` for the bounceable library\n- Much better animation with `pressIn` and `pressOut` bounces 😍\n- More than 90k downloads and battle tested 💪\n\n# Installation\n\nAdd the dependency:\n\n```bash\nnpm i @freakycoder/react-native-bounceable\n```\n\n# Usage\n\n## Import\n\n```jsx\nimport RNBounceable from \"@freakycoder/react-native-bounceable\";\n```\n\n## Fundamental Usage\n\nYou can put **ANY children component** inside the **RNBounceable** component, it will make it bounce when it is pressed\n\n```jsx\n\u003cRNBounceable onPress={() =\u003e {}}\u003e\n  \u003cView style={styles.bounceButtonStyle}\u003e\n    \u003cText style={styles.bounceButtonTextStyle}\u003eBounce\u003c/Text\u003e\n  \u003c/View\u003e\n\u003c/RNBounceable\u003e\n```\n\n# Configuration - Props\n\n| Property        |   Type   |  Default  | Description                                      |\n| --------------- | :------: | :-------: | ------------------------------------------------ |\n| onPress         | function | undefined | set your own logic for the onPress functionality |\n| style           |  style   | undefined | set the style like any other View container      |\n| bounceEffect    |  number  |    0.9    | change the bounce effect's value                 |\n| bounceFriction  |  number  |     3     | change the bounce effect's friction value        |\n| useNativeDriver | boolean  |   true    | change the useNativeDriver's usage               |\n| animate         | function |  default  | activate the bounce effect animation             |\n\n## Future Plans\n\n- [x] ~~LICENSE~~\n- [x] ~~More customizable animation props~~\n- [ ] Write an article about the lib on Medium\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Bounceable 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-bounceable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-bounceable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-bounceable/lists"}