react-native-actions-sheet
                                
                                 react-native-actions-sheet copied to clipboard
                                
                                    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.
Works in debug but with a release build (w/ new arch) the sheet is not visible.
``I am following the same structure mentioned in the documentation. When I hit sheet manager, it opens two instances. `await SheetManager.show(ThreeDSAuth, { payload: 'https://google.com', }); ` Here is the basic...
how to pass data when using `SheetManager.get('id').current.show()` ``` Example: SheetManager.get('confirmation-sheet').current.show({ payload: { title: "okeey" }, }) ``` because when I force passing, I get a typescript error
Printed out the `offsetFromBottom` value as indicated in https://rnas.vercel.app/guides/position and for a 55% snap point (of a total height of 600dp) it reports offset as 133dp, which isn't correct. For...
If I set `snapPoints={[55, 100]}` I'd expect that the card would cover 55% or 100% of the viewport but that doesn't seem to be the case at all. The size...
use version 0.8.21 use SheetManager show one ActionSheet in the other one ActionSheet , the top ActionSheet can not use SheetManager.hide to hide both ActionSheet Set isModal={false} sheetStacks logs `[{"context":...
**Issue Description:** When the presentation type is set to "Modal," the sheet should appear on top of the stack screen, but for some reason, it fails to do so. **Example...
So i have the problem, that when navigating to another Stackscreen which contains Actionsheets and then when opening one it looks normal, but when pulling it down or pressing on...
Would it be possible to add unit tests to the repo?
Thanks for this awesome library. I particularly love that it works both on native and web. I am working on my web UI and would like to constrain the maximum...