gorhom/react-native-bottom-sheet

A performant interactive bottom sheet with fully configurable options 🚀

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 7th, 2026
Created on July 31st, 2020
Open Issues & Pull Requests: 82 (+0)
GitHub issues: Enabled
Number of forks: 964
Total Stargazers: 9,088 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.8 days
Mean response time: 47.1 days
90th percentile: 103.8 days
Tracked items: 479

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "v5" is answered fastest, typically in about 26 hours, while "not-following-issue-template" waits about 6 months. Only 6% of issues opened in the past year have been closed. Three people close 65% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 43
New in 7 days: 2
Closed in 7 days: 5
Avg open age: 751 days
Stale 30+ days: 23
Stale 90+ days: 22

Recent activity

Opened in 7 days: 2
Closed in 7 days: 5
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (588)
  • invalid (322)
  • no-issue-activity (312)
  • enhancement (125)
  • v5 (52)
  • not-following-issue-template (29)
  • v4 (13)
  • question (12)

Detailed Description

React Native Bottom Sheet is a performant interactive bottom sheet component for React Native that provides fully configurable options for modal-style presentations.

The tool solves the problem of implementing smooth, gesture-driven bottom sheet interfaces in React Native applications. It uses Reanimated for animations and Gesture Handler for touch interactions, enabling performant snapping behavior and fluid gesture responses. The component supports multiple scrollable content types including FlatList, SectionList, ScrollView, and View, with built-in keyboard handling for both iOS and Android platforms.

Developers should choose this tool if they need a production-ready bottom sheet with smooth animations and extensive customization. It suits projects requiring modal presentations with gesture interactions, dynamic sizing capabilities, and seamless keyboard behavior. The tool supports React Native Web for cross-platform use and integrates with React Navigation. It works with Expo and maintains compatibility across multiple versions of Reanimated, allowing teams to adopt it regardless of their animation library version.

The project maintains active development with a clear versioning strategy that tracks Reanimated compatibility across separate branches. The tool includes comprehensive documentation with dedicated guides for specific features like dynamic sizing, pull-to-refresh, and keyboard handling. Accessibility support is built in, and the codebase is written in TypeScript for type safety.