Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 2.3.0
Features
- feat: support new prop for BottomSheetBackdrop, "pressBehavior" (
#373
).
Release 2.2.6
Improvements
- chore: changed all arrays to ReadonlyArray (
#350
).
Fixes
- fix: reset isclosing variable when position changed (5302e20).
Release 2.2.5
Fixes
- fix: update handleSnapTo on modal to use index parameter (789b8da).
Release 3.4.1
Improvements
- chore: updated react-native to 64 and enable builds on M1 chip (
#345
).
Fixes
- fix: improve modal dismissing (
#346
).
Release 2.2.4
Fixes
- fix: updated modal unmounting handling (
#327
).
- fix: prevent crash when set index -1 with animateOnMount (2c7b763).
Documentations
- docs: fix typo in contributing document (
#325
).
Release 3.4.0
Features
- feat: allow modify animation configs (
#333
).
Release 3.3.3
Improvements
- chore: updated reanimated to v2 stable (35d172c).
- chore: updated map example (8bb7ca9).
Fixes
- fix: bottom sheet container layout measuring (1c348bf).
Release 3.3.2
Improvements
- chore: update dependencies (e204d97).
- chore: export bottom sheet props type (849e9f4).
- refactor: added display name for components (36a76f6).
Fixes
- fix: unmounting modals with navigation (
#315
).
Release 2.2.3
Improvements
- chore: export bottom sheet props (60514b4).
Fixes
- fix: export of internal modal type (
#309
).
- fix: prevent closing when sheet is out of screen (
#322
).
Release 2.2.2
Fixes
- fix: reset scrollable offset when its size change (
#301
).