Skip to content

Releases: ammarahm-ed/react-native-actions-sheet

v0.2.8

22 May 20:50
c6f904c
Compare
Choose a tag to compare

What's New

  1. Add new prop keyboardShouldPersistTaps #24 by @breynolds-dev

0.2.7

18 May 09:39
Compare
Choose a tag to compare

What's New

  1. Allow ActionSheet to stay open always unless closed programatically. @Jackthomsonn #23
  2. fixed incorrect ts & proptypes defs. #21
  3. add snapToOffset method so you can snap ActionSheet to an offset as needed
  4. add closable & bottomOffset props
  5. Send boolean value in hasReachedTop listener
  6. Fix Spring Effect not working on dragging a little from previous offset
  7. Some minor refactoring
  8. Change default indicatorColor to #f0f0f0
  9. Change default springOffset to 100 from 50

That's all for now

v0.2.6

23 Apr 07:54
Compare
Choose a tag to compare

What's New

  1. Disable animation on modal to fix unresponsive screen after ActionSheet is Closed. Fixes #20
  2. Add delayActionSheetDraw and delayActionSheetDrawTime props.
  3. Add complete JSDoc to index.d.ts file for easier code writing.
  4. Fix some typescript definations.
  5. Improve ActionSheet Open/Close performance.
  6. Add ability to explicitly show or hide ActionSheet #19 Thanks to @theill

No Breaking Changes

v0.2.5

09 Apr 18:05
Compare
Choose a tag to compare

Whats New

  1. fix typescript definations
  2. fix onOpen event not firing

v0.2.3

23 Mar 04:22
Compare
Choose a tag to compare

This version fixes:

  1. Horizontal Layout on iOS #15
  2. Flickering on opening ActionSheet first time on iOS #15

v0.2.2

21 Mar 10:23
Compare
Choose a tag to compare

add horizontal layout support. fixes #15

v0.2.1

13 Mar 06:49
Compare
Choose a tag to compare
update version

v0.2.0

11 Feb 18:57
Compare
Choose a tag to compare

This release includes the following changes.

  1. Add closeOnTouchBackdrop prop. Fixes #12
  2. Add support for nested Scrolling. Fixes #9 #11
  3. Adds addHasReachedTopListener

v0.1.9

29 Jan 07:26
Compare
Choose a tag to compare

This release includes the following changes:

  1. code cleanup #8 and some bug fixes #3 , #4 , #7 by @ncuillery
  2. some improvements to docs. fixes #6
  3. replaces openAnimationDuration with openAnimationSpeed
  4. Some other minor fixes.

v0.1.8

24 Jan 14:24
ddd0592
Compare
Choose a tag to compare

This release includes:

  • Complete rewrite of docs
  • Adds a new prop extraScroll.