Skip to content

v0.6.0

Compare
Choose a tag to compare
@ammarahm-ed ammarahm-ed released this 29 Jan 18:20
· 189 commits to master since this release

What's New

  1. After using the ActionSheet in many projects, I have decided to add a tiny SheetManager class that makes it less tedious to show/hide and manage ActionSheets from across the app.

Showing the ActionSheet from anywhere in the app is now dead simple.

SheetManager.show("sheet_id");

<ActionSheet id="sheet_id" />;

The old ref methods are still there so nothing will break in your apps.

  1. Top indicator in ActionSheet can now be styled with indicatorStyle prop.
  2. Keyboard events warning has now been fixed.

Check the updated docs and Enjoy building something cool with this!