v0.6.0
What's New
- After using the
ActionSheet
in many projects, I have decided to add a tinySheetManager
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.
- Top indicator in ActionSheet can now be styled with
indicatorStyle
prop. - Keyboard events warning has now been fixed.
Check the updated docs and Enjoy building something cool with this!