react-native-actions-sheet
react-native-actions-sheet copied to clipboard
A Cross Platform(Android, iOS & Web) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
Is it possible to change the view of the modal, so it becomes centered on the screen and does not take the whole width and height? I want to keep...
Hi - Fixes rngh pkg name - Fixes the `edit this page on gh` link to point to the correct page on github - Fixes minor mistake in `.hide()` doc
I try to implement an ActionSheet that has a header (text) and a ScrollView. ActionSheet should support multiple SnapPoints and should have a max height (related to SnapPoints). If I...
Hello there, the action sheet not working on page in presentation mode of transparentModal in latest version
I'm working on a React Native app and encountering a performance issue with the Action Sheet. I’m using react-native-action-sheet to display an action sheet, but its frame rate (FPS) is...
How can I define a bottom sheet that occupies 100% of the screen height? I can't do it without defining a height in pixels, and I already tried with “flex:...
Introduces a new `enableElevation` prop to control the shadow effect on the ActionSheet. This allows developers to disable the default elevation shadow if needed, providing more customization options.
Every time we scroll to bottom then back to the top, the scroll stuck for first gesture and only on release and scroll again it back to work.
Since upgrading to the new expo sdk 52 using the new architecture, the Action sheet stopped working properly on Android. is there an upgrade that is coming to fix the...
When enabling New Architecture, after calling **SheetManager.show()** on Android, it takes some time to open. This behavior happens on every ActionSheet, regardless of its layout (simple or complex). On iOS...