Releases: ammarahm-ed/react-native-actions-sheet
Releases · ammarahm-ed/react-native-actions-sheet
v0.5.4
update version to 0.5.4
v0.5.3
- Fix numerous typescript errors #119 Thanks to @RazaShehryar
- Fix example app throwing errors on launch
- Add
ActionSheetRefObject
type which can be used asuseRef<ActionSheetRefObject>()
for the intellisense to work in typescript. - Set
drawUnderStatusBar
prop tofalse
by default.
v0.5.2
v0.5.1
- Fixed error
containerStyle
is undefined - Fixed
keyboardDismissMode
is set as a required prop
v0.5.0
- Convert to Typescript
- Fixed incorrect indicator positioning
- Fixed
onPositionChanged
event not firing - ActionSheet behaviour with Keyboard & Inputs is improved, Now the action sheet content is always above the keyboard and does not hide partially behind it.
- Gestures work now even when Keyboard is open so action sheet can be dismissed
- Add
keyboardDismissMode
prop - Set how keyboard should behave on tapping the ActionSheet. - Add
ExtraOverlayComponent
prop - Render a component over the ActionSheet. Useful for rendering Toast components with which user can interact. - Removed
PropTypes
v0.4.9
v0.4.8
Fixed
- Fixed stuttering on iOS when opening ActionSheet for the first time. #73
- Fixed
onPositionChanged
called too many times. - Optimised ActionSheet behaviour when using
closable
prop as discussed in #70
Changed
addHasReachedTopListener
&removeHasReachedTopListener
are now deprecated in favour of the newonPositionChanged
prop.
v0.4.7
v0.4.6
- Fix incorrect positioning of indicator when ActionSheet covers fullscreen
- Added a new prop
drawUnderStatusBar
so you can disable drawing under StatusBar which is enabled by default. - Updated Docs
- Updated example to better handle ScrollView inside ActionSheet on Android. (Now it works similar to iOS)
v0.4.5
- add
onPositionChanged
prop