Releases: ammarahm-ed/react-native-actions-sheet
Releases · ammarahm-ed/react-native-actions-sheet
v0.2.8
What's New
- Add new prop
keyboardShouldPersistTaps
#24 by @breynolds-dev
0.2.7
What's New
- Allow ActionSheet to stay open always unless closed programatically. @Jackthomsonn #23
- fixed incorrect ts & proptypes defs. #21
- add
snapToOffset
method so you can snap ActionSheet to an offset as needed - add
closable
&bottomOffset
props - Send
boolean
value inhasReachedTop
listener - Fix Spring Effect not working on dragging a little from previous offset
- Some minor refactoring
- Change default
indicatorColor
to#f0f0f0
- Change default
springOffset
to100
from50
That's all for now
v0.2.6
What's New
- Disable animation on modal to fix unresponsive screen after ActionSheet is Closed. Fixes #20
- Add
delayActionSheetDraw
anddelayActionSheetDrawTime
props. - Add complete JSDoc to
index.d.ts
file for easier code writing. - Fix some typescript definations.
- Improve ActionSheet Open/Close performance.
- Add ability to explicitly show or hide ActionSheet #19 Thanks to @theill
No Breaking Changes
v0.2.5
Whats New
- fix typescript definations
- fix onOpen event not firing
v0.2.3
v0.2.2
v0.2.1
update version
v0.2.0
v0.1.9
v0.1.8
This release includes:
- Complete rewrite of docs
- Adds a new prop
extraScroll
.