Skip to content

Releases: arekkubaczkowski/react-native-bottom-sheet-stack

Release 1.11.0

24 Feb 15:02

Choose a tag to compare

1.11.0 (2026-02-24)

Release 1.10.0

17 Feb 13:36

Choose a tag to compare

1.10.0 (2026-02-17)

  • feat: animated closeAll & onBeforeClose (#19) (15a2158), closes #19
  • docs: restore documentation links section to README (1458297)

Release 1.9.2

16 Feb 17:12

Choose a tag to compare

1.9.2 (2026-02-16)

  • fix: move 3rd-party adapters to subpth exports (e210944)

Release 1.9.1

16 Feb 16:31

Choose a tag to compare

1.9.1 (2026-02-16)

  • fix: lazy-load optional 3rd-party adapter dependencies (a0b5c0d)
  • docs: simplify README, use GorhomSheetAdapter in examples (9092e92)
  • docs: update README to reflect library-agnostic adapter architecture (18601c2)

Release 1.9.0

16 Feb 13:19

Choose a tag to compare

1.9.0 (2026-02-16)

  • feat: hardware back press handler (f071a07)
  • chore: extend example app (e6ea7ff)

Release 1.8.0

16 Feb 12:55

Choose a tag to compare

1.8.0 (2026-02-16)

Features

  • Library-agnostic adapter pattern — stack manager now works with any bottom sheet/modal library
    (6ecd539)
  • Built-in adapters for @gorhom/bottom-sheet, react-native-modal, react-native-actions-sheet, and a custom modal adapter
    (52eb756)

Bug Fixes

  • Use SharedValue.set() to avoid React Compiler mutation errors in adapters
    (5dca9bb)

Release 1.7.6

26 Jan 08:14

Choose a tag to compare

1.7.6 (2026-01-26)

Release 1.7.5

23 Jan 07:19

Choose a tag to compare

1.7.5 (2026-01-23)

  • fix: backdrop flickering (#15)

Release 1.7.4

22 Jan 14:47

Choose a tag to compare

1.7.4 (2026-01-22)

  • fix: nested portal in persistent (87787ad)

Release 1.7.3

22 Jan 13:55

Choose a tag to compare

1.7.3 (2026-01-22)

  • fix: opening sheets (d948a37)
  • fix: unnecessary portal session increment for keepMounted (7b619e6)