{"id":13406827,"url":"https://github.com/gorhom/react-native-bottom-sheet","last_synced_at":"2025-05-12T03:44:05.049Z","repository":{"id":37490948,"uuid":"284031822","full_name":"gorhom/react-native-bottom-sheet","owner":"gorhom","description":"A performant interactive bottom sheet with fully configurable options 🚀","archived":false,"fork":false,"pushed_at":"2025-03-09T21:12:43.000Z","size":34656,"stargazers_count":7718,"open_issues_count":75,"forks_count":834,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-05-01T10:09:33.308Z","etag":null,"topics":["bottom-sheet","bottomsheet","modal","react-native","reanimated","sheet"],"latest_commit_sha":null,"homepage":"https://gorhom.dev/react-native-bottom-sheet/","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/gorhom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"gorhom"}},"created_at":"2020-07-31T12:28:32.000Z","updated_at":"2025-05-01T09:26:43.000Z","dependencies_parsed_at":"2024-09-15T05:51:36.134Z","dependency_job_id":"8dd022ca-2d56-4ac7-90ff-2bbcc3a54629","html_url":"https://github.com/gorhom/react-native-bottom-sheet","commit_stats":{"total_commits":438,"total_committers":43,"mean_commits":"10.186046511627907","dds":0.3812785388127854,"last_synced_commit":"b6e405b66dcdd4607b151c3a240250d0d2c12571"},"previous_names":[],"tags_count":151,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Freact-native-bottom-sheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Freact-native-bottom-sheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Freact-native-bottom-sheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Freact-native-bottom-sheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gorhom","download_url":"https://codeload.github.com/gorhom/react-native-bottom-sheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251857022,"owners_count":21655121,"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":["bottom-sheet","bottomsheet","modal","react-native","reanimated","sheet"],"created_at":"2024-07-30T19:02:40.339Z","updated_at":"2025-05-01T11:45:03.607Z","avatar_url":"https://github.com/gorhom.png","language":"TypeScript","funding_links":["https://github.com/sponsors/gorhom"],"categories":["TypeScript","Uncategorized","UI Components","Libraries"],"sub_categories":["Uncategorized","Modals, Sheets \u0026 Overlays","UI Components"],"readme":"# React Native Bottom Sheet\n\n[![Reanimated v3 version](https://img.shields.io/github/package-json/v/gorhom/react-native-bottom-sheet/master?label=Reanimated%20v3\u0026style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![Reanimated v2 version](https://img.shields.io/github/package-json/v/gorhom/react-native-bottom-sheet/v4?label=Reanimated%20v2\u0026style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet)  [![Reanimated v1 version](https://img.shields.io/github/package-json/v/gorhom/react-native-bottom-sheet/v2?label=Reanimated%20v1\u0026style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet)\u003cbr\u003e\n[![license](https://img.shields.io/npm/l/@gorhom/bottom-sheet?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![npm](https://img.shields.io/badge/types-included-blue?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square\u0026logo=EXPO\u0026labelColor=f3f3f3\u0026logoColor=000)](https://expo.io/) \u003cbr\u003e ![NPM Downloads](https://img.shields.io/npm/dw/%40gorhom%2Fbottom-sheet?style=flat-square)\n\n\nA performant interactive bottom sheet with fully configurable options 🚀\n\n![React Native Bottom Sheet](./preview.gif)\n\n---\n\n## Features\n- ⭐️ Support React Native Web, [read more](https://gorhom.dev/react-native-bottom-sheet/web-support).\n- ⭐️ Dynamic Sizing, [read more](https://gorhom.dev/react-native-bottom-sheet/dynamic-sizing).\n- ⭐️ Support FlashList, [read more](https://gorhom.dev/react-native-bottom-sheet/components/bottomsheetflashlist).\n- Modal presentation view, [Bottom Sheet Modal](https://gorhom.dev/react-native-bottom-sheet/modal).\n- Smooth gesture interactions \u0026 snapping animations.\n- Seamless [keyboard handling](https://gorhom.dev/react-native-bottom-sheet/keyboard-handling) for iOS \u0026 Android.\n- Support [pull to refresh](https://gorhom.dev/react-native-bottom-sheet/pull-to-refresh) for scrollables.\n- Support `FlatList`, `SectionList`, `ScrollView` \u0026 `View` scrolling interactions, [read more](https://gorhom.dev/react-native-bottom-sheet/scrollables).\n- Support `React Navigation` Integration, [read more](https://gorhom.dev/react-native-bottom-sheet/react-navigation-integration).\n- Compatible with `Reanimated` v1-3.\n- Compatible with `Expo`.\n- Accessibility support.\n- Written in `TypeScript`.\n- [Read more](https://gorhom.dev/react-native-bottom-sheet).\n\n## Getting Started\n\nCheck out [the documentation website](https://gorhom.dev/react-native-bottom-sheet).\n\n## Versioning\n\nThis library been written in 3 versions of `Reanimated`, and kept all implementation in separate branches:\n\n- **`v5`** | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/master) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/master/CHANGELOG.md) : written with `Reanimated v3` \u0026 `Gesture Handler v2`.\n\n- `v4` (not maintained) | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/v4) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/v4/CHANGELOG.md) : written with `Reanimated v2`.\n\n- `v2` (not maintained) | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/v2) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/v2/CHANGELOG.md) : written with `Reanimated v1` \u0026 compatible with `Reanimated v2`.\n\n\u003e I highly recommend to use `v5` which provides more stability with all latest features.\n\n## Author\n\n- [Mo Gorhom](https://gorhom.dev/)\n\n## Sponsor \u0026 Support\n\nTo keep this library maintained and up-to-date please consider [sponsoring it on GitHub](https://github.com/sponsors/gorhom). Or if you are looking for a private support or help in customizing the experience, then reach out to me on Twitter [@gorhom](https://twitter.com/gorhom).\n\n## License\n\n[MIT](./LICENSE)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gorhom.dev/#gh-light-mode-only\" target=\"_blank\"\u003e\n    \u003cimg height=\"18\" alt=\"Mo Gorhom\" src=\"./mogorhom-light.png\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://gorhom.dev/#gh-dark-mode-only\" target=\"_blank\"\u003e\n    \u003cimg height=\"18\" alt=\"Mo Gorhom\" src=\"./mogorhom-dark.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorhom%2Freact-native-bottom-sheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgorhom%2Freact-native-bottom-sheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorhom%2Freact-native-bottom-sheet/lists"}