React Native Bottom Sheet Versions Save

A performant interactive bottom sheet with fully configurable options 🚀

v5.0.0-alpha.9

2 months ago

5.0.0-alpha.9 (2024-02-27)

Reverts

v5.0.0-alpha.8

2 months ago

5.0.0-alpha.8 (2024-02-26)

Bug Fixes

  • added error message when dynamic sizing enabled with a wrong children type (8b62dca)
  • bottom sheet not appearing for users that have reduced motion turned on (#1743)(by @fobos531) (9b4ef4d)
  • fixed the mount animation with reduce motion enabled (#1560, #1674) (6efd8ae)

v5.0.0-alpha.7

2 months ago

5.0.0-alpha.7 (2024-02-18)

Bug Fixes

v4.6.1

2 months ago

4.6.1 (2024-02-18)

Bug Fixes

  • added footer height to content height when using dynamic sizing (#1725) (1fdab02)

v5.0.0-alpha.6

4 months ago

5.0.0-alpha.6 (2024-01-03)

Bug Fixes

v4.6.0

4 months ago

4.6.0 (2024-01-03)

Bug Fixes

Features

  • added accessibility overrides support (#1288)(by @Mahmoud-SK) (2dea730)

v5.0.0-alpha.5

4 months ago

5.0.0-alpha.5 (2024-01-03)

Bug Fixes

Features

v4.5.1

7 months ago

Fixes

  • allowed content max height be applied for dynamic sizing (af53c28)
  • dismiss all action for modals (#1529)(by @david-gomes5) (6fc2cd1)

Chores And Housekeeping

  • update dev dependencies (fef9925)
  • updated detached modal example (55c9857)
  • updated snap points normalisation hook deps (9564467)

v4.5.0

8 months ago

This release introduces the new dynamic sizing api, allowing users measure their content and set the bottom sheet size accordingly. This feature works on static views and scrollables ( ScrollView, FlatList ... )

https://github.com/gorhom/react-native-bottom-sheet/assets/4061838/4db7bf37-999e-47ee-8846-51714f09adfd

Setting this prop to true, will result in adding a new snap point to the provided snap points and will be sorted accordingly, and this might effect the indexing, for example, if provided snap points are [100, 1000], and the content size is 500 then the final snap points will be [100, 500, 1000].

New Features

  • added dynamic sizing (#1513)(with @Eli-Nathan & @ororsatti) (7330c7c)

Fixes

  • updated snapPoint prop type (#1479)(by @nicolascavallin) (0b1c8cc)

v5.0.0-alpha.4

8 months ago

Fixes

  • (BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmount (#1495)(by @koplyarov) (81cd66f)
  • updated containerOffset top value to default to 0 (#1420)(by @beqramo) (b81cb93)

Chores And Housekeeping

  • updated expo and react native deps (#1445) (f6f2304)