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.
# React Native Actions Sheet Not Working with Expo Router ## Problem Description The `react-native-actions-sheet` library is not functioning properly when used with Expo Router in app directory structure. Sheets...
I recently enabled new architecture and whenever I try to present sheets via the SheetManager, they just don't show up. I see the transparent black background appear but no sheet...
Hello, i have an app which has 70 different bottom sheets and a problem may occur is when a user opens 30 bottom sheets and hide them this may increase...
Just a general question since I cant seem to find any discussions here. From the demo app and from the implementation, the sheet seems be be very slow in opening....
I am trying to make a floating container with not shadow and background, I am able to do it flawlessly on iOS but on android there is added shadow at...
Adds pointerEvents: 'box-none' to the GestureHandlerRootView when backgroundInteractionEnabled is true, allowing background elements to receive pointer events on Web, consistent with Android behavior. This PR fixes a bug where `backgroundInteractionEnabled`...
## Bug: `backgroundInteractionEnabled` prop not working on Web **Describe the bug** When using the `backgroundInteractionEnabled` prop on Web, it does not behave as expected — background interaction is blocked. The...
On my project, ref is null before not null, so getBoundingClientRect throw error
Hello! Thanks for your work on this library, it fits all my needs! I came across an issue though: Horizontal scroll views or flat lists (imported from this lib) don't...