Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 5.2.14
Release 5.2.13
Release 5.2.12
Release 5.2.11
5.2.11 (2026-04-28)
🐛 Bug Fixes
- #2632: rewrote the modal status logic to prevent getting out of sync (2b4a338), closes #2632
- #2639: removed screen and window layout constants (325ade6), closes #2639
- #2639: use window height as initial position (17ee221), closes #2639
🧹 Maintenance Chores
- updated example deps (b109828)
Release 5.2.10
5.2.10 (2026-04-21)
🐛 Bug Fixes
- add typeof guard for getBoundingClientRect in useBoundingClientRect (#2626)(by @magrinj) (727eb03)
- inline FlashListProps to remove @shopify/flash-list type dependency (#2620)(by @YevheniiKotyrlo) (377d2de), closes #38628 #2390
- invoke render function children instead of rendering as JSX component (#2636)(by @linkeryoon) (8cf9d1b), closes #1750
- prevent rapid present/close from freezing BottomSheetModal (#2655)(by @adam-sajko) (ad41447)
Release 5.2.9
5.2.9 (2026-04-08)
🐛 Bug Fixes
- #2455: wrong index reported by modal + TextInput + autofocus (#2456)(by @pakerwreah) (9fb8093), closes #2455 #2455
- don't delete anything from the array if there is no active sheet (#2498)(by @bradstiff) (5029c37)
- layout: correct isLayoutCalculated always returning true (#2642)(by @spsaucier) (eccd823)
- StyleSheet absoluteFill instead of deprecated absoluteFillObject (#2637)(by @huextrat) (3db576b)
- take into account scrollable content offset y for panning gesture (#2533) (by @doanhtu07) (a5f5cf2)
- web: React 19 compatibility and type safety for findNodeHandle (#2595)(by @YevheniiKotyrlo) (3d6c2da), closes #2366 #2237
🧹 Maintenance Chores
Release 5.2.8
Release 5.2.7
5.2.7 (2025-11-26)
🐛 Bug Fixes
- fixed function undefined error in useBoundingClientRect (#2561)(by @tylerdgenius, @fab-nikhil, @pinpong) (3a99ee4)
🧹 Maintenance Chores
- updated ts tags for getBoundingClientRect (6b22037)
Release 5.2.6
Release 5.2.5
5.2.5 (2025-09-04)
🐛 Bug Fixes
- #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
- #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
- conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by @kirstilynn) (e5c077b)
🧹 Maintenance Chores
- updated the example deps (c9e0473)