Releases: ammarahm-ed/react-native-actions-sheet
Releases · ammarahm-ed/react-native-actions-sheet
v0.4.3
refactoring and performance optimisations
v0.4.2
check width before recalculation
v0.4.0
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
- New and simpler
show()
andhide()
methods for opening and closing the ActionSheet. - New height calculation algorithms that work more accurately than before.
- Added an underlay which appears on top when ActionSheet is fullscreen size.
- Set Maximum height limit for ActionSheet so it never goes beyond the screen size.
- Handle Orientation Change accurately.
- Add better support for ScrollViews inside the ActionSheet.
- Introduced a new method,
handleChildScrollEnd
that helps you handle ActionSheet closing/opening when using internal ScrollViews. - Refactor the example App.
- Fix minor typo's in README.md
- Fix borderRadius cannot be changed for the ActionSheet.
- Increase ActionSheet closing Animation duration for smoother animations.
- Fix typescript definitions
- Refactor code
What's Removed
- 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
v0.3.4
update version to v0.3.4
v0.3.3
update version to 0.3.3
v0.3.2
What's New
- Fixed input hiding behind the keyboard
v0.3.1
v0.3.0
V0.2.9
What's New
- Use translucent status bar on android #28 Thanks @aarongrider
- Fix method onOpen called without arrow function #27 Thanks @maicolsantos