react-native-bottom-sheet

A performant interactive bottom sheet with fully configurable options 🚀

MIT License

Downloads
1.5M
Stars
6.8K
Committers
42

Bot releases are visible (Hide)

react-native-bottom-sheet - Release 5.0.0-alpha.11 Latest Release

Published by gorhom 3 months ago

5.0.0-alpha.11 (2024-07-29)

Bug Fixes

  • 1887: updated the keyboard handling for Android with keyboard input mode resize (08db4ab)
  • replace getRefNativeTag with findNodeHandle (#1823)(by @AndreiCalazans) (866b4ee)
react-native-bottom-sheet - Release 4.6.4

Published by gorhom 3 months ago

4.6.4 (2024-07-29)

Bug Fixes

react-native-bottom-sheet - Release 4.6.3

Published by gorhom 5 months ago

4.6.3 (2024-05-19)

Bug Fixes

  • bottom sheet not appearing for users that have reduced motion turned on (#1743)(by @fobos531) (ab1cce2)
react-native-bottom-sheet - Release 5.0.0-alpha.10

Published by gorhom 5 months ago

5.0.0-alpha.10 (2024-05-19)

Bug Fixes

  • BottomSheetContainer: cannot add new property 'value' (#1808)(by @MoritzCooks) (ccd6bb5)

Reverts

  • 8b62dca: added error message when dynamic sizing enabled with a wrong children type (5714c1c)
react-native-bottom-sheet - Release 4.6.2

Published by gorhom 5 months ago

4.6.2 (2024-05-19)

Bug Fixes

  • BottomSheetContainer: cannot add new property 'value' (#1808)(by @MoritzCooks) (e294d1c)
  • use function instead of component for BottomSheetModal (#1750)(by @Kerumen) (6cfc99f)
react-native-bottom-sheet - Release 5.0.0-alpha.9

Published by gorhom 8 months ago

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

Reverts

react-native-bottom-sheet - Release 5.0.0-alpha.8

Published by gorhom 8 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)
react-native-bottom-sheet - Release 5.0.0-alpha.7

Published by gorhom 8 months ago

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

Bug Fixes

react-native-bottom-sheet - Release 4.6.1

Published by gorhom 8 months ago

4.6.1 (2024-02-18)

Bug Fixes

  • added footer height to content height when using dynamic sizing (#1725) (1fdab02)
react-native-bottom-sheet - Release 5.0.0-alpha.6

Published by gorhom 10 months ago

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

Bug Fixes

react-native-bottom-sheet - Release 4.6.0

Published by gorhom 10 months ago

4.6.0 (2024-01-03)

Bug Fixes

Features

  • added accessibility overrides support (#1288)(by @Mahmoud-SK) (2dea730)
react-native-bottom-sheet - Release 5.0.0-alpha.5

Published by gorhom 10 months ago

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

Bug Fixes

Features

react-native-bottom-sheet - Release 4.5.1

Published by gorhom about 1 year 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)
react-native-bottom-sheet - Release 4.5.0

Published by gorhom about 1 year ago

New Features

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

Fixes

  • updated snapPoint prop type (#1479)(by @nicolascavallin) (0b1c8cc)
react-native-bottom-sheet - Release 5.0.0-alpha.4

Published by gorhom about 1 year 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)
react-native-bottom-sheet - Release 4.4.8

Published by gorhom about 1 year ago

Fixes

  • resume close animation when container gets resized (#1374) (#1392) (92ad842)
  • (bottom-sheet-modal): added container component prop to modal (#1309)(by @magrinj) (1ecad69)
  • (BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmount (#1495)(by @koplyarov) (6a5034c)
  • updated scrollables mocks with ReactNative list equivalent (#1394)(by @gkueny) (ea03e78)
  • fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @janicduplessis) (94cf11e)
  • (BottomSheetScrollView): updated scroll responders props type (#1335)(by @eps1lon) (9c5af58)
  • updated containerOffset top value to default to 0 (#1420)(by @beqramo) (218e006)
  • crash on swipe down (#1367)(by @beqramo) (235466f)

Chores And Housekeeping

  • fixed types (#1123)(by @stropho) (d41eda2)
react-native-bottom-sheet - Release 5.0.0-alpha.3

Published by gorhom over 1 year ago

Fixes

  • resume close animation when container gets resized (#1374) (#1392) (1f69625)
  • (bottom-sheet-modal): added container component prop to modal (#1309)(by @magrinj) (67e1e09)
  • updated scrollables mocks with ReactNative list equivalent (#1394)(by @gkueny) (630f87f)

Chores And Housekeeping

  • updated react native and other deps (#1412) (549e461)
react-native-bottom-sheet - Release 5.0.0-alpha.2

Published by gorhom over 1 year ago

Fixes

  • crash on swipe down (#1367)(by @beqramo) (3ccbefc)
react-native-bottom-sheet - Release 4.4.7

Published by gorhom over 1 year ago

Fixes

  • resume close animation when container gets resized (#1374) (#1392) (92ad842)
  • crash on swipe down (#1367)(by @beqramo) (235466f)
react-native-bottom-sheet - Release 5.0.0-alpha.1

Published by gorhom over 1 year ago

Fixes

  • (BottomSheetScrollView): updated scroll responders props type (#1335)(by @eps1lon) (e42fafc)
  • fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @janicduplessis) (1d1a464)

Chores And Housekeeping

  • fixed types (#1123)(by @stropho) (b440964)
Package Rankings
Top 0.83% on Npmjs.org
Badges
Extracted from project README
Reanimated v3 version Reanimated v2 version Reanimated v1 version license npm runs with expo
Related Projects