Skip to content

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

v0.4.2

29 Dec 15:07
Compare
Choose a tag to compare
check width before recalculation

v0.4.0

28 Dec 19:08
Compare
Choose a tag to compare

Since the previous release of this library I have been busy with some stuff but finally a new and more amazing version is out that has a lot of fixes and cool things added to make your applications snappier and cooler than before!

What's New

  1. New and simpler show() and hide() methods for opening and closing the ActionSheet.
  2. New height calculation algorithms that work more accurately than before.
  3. Added an underlay which appears on top when ActionSheet is fullscreen size.
  4. Set Maximum height limit for ActionSheet so it never goes beyond the screen size.
  5. Handle Orientation Change accurately.
  6. Add better support for ScrollViews inside the ActionSheet.
  7. Introduced a new method, handleChildScrollEnd that helps you handle ActionSheet closing/opening when using internal ScrollViews.
  8. Refactor the example App.
  9. Fix minor typo's in README.md
  10. Fix borderRadius cannot be changed for the ActionSheet.
  11. Increase ActionSheet closing Animation duration for smoother animations.
  12. Fix typescript definitions
  13. Refactor code

What's Removed

  1. Footer related props and Footer has been removed from ActionSheet. You can add a custom Footer if you need one.

Finally Thank You! for 100K Downloads on NPM!

0.3.5

06 Sep 05:41
c675b82
Compare
Choose a tag to compare

What's Fixed

Fix crash problem that occurs if the focused input is not children of current view. Fixed #41 by @hsnaydd

v0.3.4

19 Aug 05:23
Compare
Choose a tag to compare
update version to v0.3.4

v0.3.3

18 Aug 16:17
Compare
Choose a tag to compare
update version to 0.3.3

v0.3.2

18 Aug 11:58
Compare
Choose a tag to compare

What's New

  1. Fixed input hiding behind the keyboard

v0.3.1

15 Jul 03:52
Compare
Choose a tag to compare

What's New

  1. Fix modal height on android. #33 Thanks to @hsnaydd
  2. bump version of react-native-actions-sheet in example to latest

v0.3.0

15 Jun 18:55
Compare
Choose a tag to compare

What's New

  1. Add virtualization support fixes #29

V0.2.9

30 May 20:20
Compare
Choose a tag to compare

What's New

  1. Use translucent status bar on android #28 Thanks @aarongrider
  2. Fix method onOpen called without arrow function #27 Thanks @maicolsantos

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