{"id":15314274,"url":"https://github.com/barelyhuman/react-native-swipeable-scrollview","last_synced_at":"2025-10-09T00:30:41.272Z","repository":{"id":57340570,"uuid":"381893359","full_name":"barelyhuman/react-native-swipeable-scrollview","owner":"barelyhuman","description":"Simpler bottom sheet using scrollviews","archived":true,"fork":false,"pushed_at":"2021-07-01T04:38:03.000Z","size":20335,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2024-12-23T00:16:07.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/barelyhuman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"reaper","issuehunt":null,"otechie":null,"custom":["https://barelyhuman.dev/donate"]}},"created_at":"2021-07-01T03:04:58.000Z","updated_at":"2023-01-28T00:11:17.000Z","dependencies_parsed_at":"2022-09-11T10:40:40.600Z","dependency_job_id":null,"html_url":"https://github.com/barelyhuman/react-native-swipeable-scrollview","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Freact-native-swipeable-scrollview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Freact-native-swipeable-scrollview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Freact-native-swipeable-scrollview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Freact-native-swipeable-scrollview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barelyhuman","download_url":"https://codeload.github.com/barelyhuman/react-native-swipeable-scrollview/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235418599,"owners_count":18987133,"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-10-01T08:44:56.492Z","updated_at":"2025-10-09T00:30:35.109Z","avatar_url":"https://github.com/barelyhuman.png","language":"TypeScript","funding_links":["https://liberapay.com/reaper","https://barelyhuman.dev/donate"],"categories":[],"sub_categories":[],"readme":"# react-native-swipeable-scrollview\n\nSimpler bottom sheet using scrollviews\n\n## Why?\n\nThis is an extracted piece of code from most of my simple bottom sheet implementations where heavy libraries for a simple scroll set animation isn't required. This library **doesn't use gesture-handler or reanimated** and is based off of the default views from react-native instead. If you do need something extensive, consider using the below alternative(s):\n\n- https://jeremybarbet.github.io/react-native-modalize/#/\n- https://github.com/gorhom/react-native-bottom-sheet\n\n## Installation\n\n```sh\nnpm install react-native-swipeable-scrollview\n```\n\n## Usage\n\n```js\nimport SwipeableScrollview from \"react-native-swipeable-scrollview\";\n\n// ...\n\nreturn ()\n\u003cSwipeableScrollview\n  breakpoints={['40%', '92%']}\n  containerStyles={styles.bottomSheet} \u003e\n  \u003cView\u003e\n    \u003cText\u003ehello world\u003c/Text\u003e\n  \u003c/View\u003e\n\u003c/SwipeableScrollview\u003e\n```\n\n## Demo\n\n![](static/demo.gif)\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarelyhuman%2Freact-native-swipeable-scrollview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarelyhuman%2Freact-native-swipeable-scrollview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarelyhuman%2Freact-native-swipeable-scrollview/lists"}