software-mansion-labs/react-native-bottom-sheet
Provides bottom-sheet components for React Native.
First Claude commit: Feb 17, 2026Last Claude commit: 16d agoDiscovered: May 30, 2026
Recent Claude Commits
fix: respect animateIn={false} by aligning codegen default
252816c16d agoauthor_emailfix: animate detent-value updates instead of snapping
a4c6c9117d agoauthor_emailfix: emit onSettle after initial animate-in
85000c417d agoauthor_emailfix: keep scrim opaque while content resizes at the active detent
221154227d agoauthor_emailfeat: support content height changes at the active detent
d09946e27d agoauthor_emailfix: handle inverted scroll views in sheet drag gesture
07af00e2mo agoauthor_emailfix: allow collapsing sheet by dragging from outside scroll view
47664602mo agoauthor_emaildocs: add comments explaining non-obvious gesture handling
70a4b2e2mo agoauthor_emailfix: cancel competing touch events during sheet drag on iOS
0eed6ff2mo agoauthor_emailfix: remove redundant pointerEvents props and unreachable ACTION_DOWN
d5ab5442mo agoauthor_emailfix: harden gesture handling edge cases
652dc942mo agoauthor_emailfix: cancel competing touch events during sheet drag
7984e132mo agoauthor_emailfix: hide sheet when collapsed to prevent shadow bleed
64552342mo agoauthor_emailfix: sync iOS shadow tree with native sheet position
3be345e2mo agoauthor_emailfix: use getContentOriginOffset to sync shadow tree with native sheet position
ff716992mo agoauthor_emailfix: mark common C++ headers as private in podspec
e46cee02mo agoauthor_emailfix: use custom Fabric ShadowNode to sync shadow tree with native sheet position
efb96ff2mo agoauthor_emailfix: sync Android Fabric shadow tree with native sheet position
34222b32mo agoauthor_emailfeat: add native inline bottom sheet implementation
b5c8efc2mo agoauthor_emailfix: clamp drag to largest non-programmatic detent
514d7343mo agoauthor_emailfix: allow header drag when multiple scrollables are registered
9227e563mo agoauthor_emailfix: resolve active scrollable via isGestureActive for overlapping views
727bdfa3mo agoauthor_emailfeat: add bottomSheetScrollable factory and multi-scrollable support
9e8bacc3mo agoauthor_emailfix: prevent dragging sheet past lowest draggable detent
5d3baa43mo agoauthor_emailfix: allow sheet expansion from intermediate detents when scroll view is scrolled
6e303383mo agoauthor_emailfix: prevent pan gesture from blocking horizontal scroll views
85094e13mo agoauthor_emailfeat: export useBottomSheetScrollable hook
88e4cce3mo agoauthor_emailfeat: support programmatic-only detents
2029b443mo agoauthor_emailrefactor: extract snap-to-detent logic into findSnapTarget
698453f3mo agoauthor_emailfix: prevent jump when transitioning from scroll to sheet drag
85645333mo agoauthor_emailfix: hand off to scrollable when sheet reaches max detent during drag
c7167e63mo agoauthor_emailrefactor: clean up redundant logic in gesture handlers
f99ab353mo agoauthor_emailfix: use explicit boolean comparisons instead of truthy checks
3494ca23mo agoauthor_emailfeat: support onScroll callbacks in scrollables
ef6e9c13mo agoauthor_emailfix: base scrim progress on first nonzero detent
a859ff33mo agoauthor_emailfeat: add bottom sheet library with modal support, detent-based snapping, and scroll integration
942692b3mo agoauthor_email