{"id":4183,"url":"https://github.com/grabbou/react-native-touchable-bounce","last_synced_at":"2025-04-15T22:39:20.423Z","repository":{"id":50658677,"uuid":"53319833","full_name":"grabbou/react-native-touchable-bounce","owner":"grabbou","description":"React Native \u003cTouchableBounce /\u003e component","archived":false,"fork":false,"pushed_at":"2018-04-05T15:46:02.000Z","size":18,"stargazers_count":81,"open_issues_count":2,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-15T22:38:51.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grabbou.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-03-07T11:18:15.000Z","updated_at":"2024-10-16T20:20:20.000Z","dependencies_parsed_at":"2022-09-13T14:24:31.104Z","dependency_job_id":null,"html_url":"https://github.com/grabbou/react-native-touchable-bounce","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabbou%2Freact-native-touchable-bounce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabbou%2Freact-native-touchable-bounce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabbou%2Freact-native-touchable-bounce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabbou%2Freact-native-touchable-bounce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grabbou","download_url":"https://codeload.github.com/grabbou/react-native-touchable-bounce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167410,"owners_count":21223503,"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:03.738Z","updated_at":"2025-04-15T22:39:20.392Z","avatar_url":"https://github.com/grabbou.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# react-native-touchable-bounce\n\nReact Native Touchable Bounce component.\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/2464966/13904982/de81a4ae-eeb2-11e5-93d5-797ba1758a23.gif\" width=\"300\" /\u003e\n\n## Installation\n\n```bash\n$ npm install react-native-touchable-bounce --save\n```\n\n## Usage\n\nSimply `require('react-native-touchable-bounce')` and use just like any other `Touchable*` component.\n\n```js\nvar React = require('react-native');\nvar { Text, View } = React;\nvar TouchableBounce = require('react-native-touchable-bounce');\n\nvar Example = React.createClass({\n  render() {\n    return (\n      \u003cView\u003e\n        \u003cTouchableBounce onPress={() =\u003e console.log('pressed')}\u003e\n          \u003cText\u003eClick me\u003c/Text\u003e\n        \u003c/TouchableBounce\u003e\n      \u003c/View\u003e\n    );\n  }\n});\n```\n\n## Running example\n\nStart the packager by doing:\n\n```bash\n$ cd ./example \u0026\u0026 npm start\n```\n\nThis step is required to run packager so that it will look into src folder for our TouchableBounce component\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrabbou%2Freact-native-touchable-bounce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrabbou%2Freact-native-touchable-bounce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrabbou%2Freact-native-touchable-bounce/lists"}