react-native-actions-sheet icon indicating copy to clipboard operation
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.

Results 155 react-native-actions-sheet issues
Sort by recently updated
recently updated
newest added

``` WARN (ADVICE) View #3519 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to...

This should be default behaviour on iOS for scroll views, but it does not work, nor does it work when setting explicitly bounces={true}. The regular react-native ScrollView sort of works...

Hi @ammarahm-ed! I see that some of this package's PRs are lagging due to lack of contributors with write access. I'm wondering if you've gotten busy with other projects and,...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. We were trying to center the...

``` import ActionSheet from "react-native-actions-sheet"; import { useEffect, useRef, memo } from "react"; import { Text, Button, View } from "react-native"; import type { ActionSheetRef } from "react-native-actions-sheet"; let renderCount...

### Issue: Inability to Scroll Map with backgroundInteractionEnabled **Description:** I’m encountering an issue with the backgroundInteractionEnabled prop in the react-native-actions-sheet package. While setting backgroundInteractionEnabled={true} does work as expected—showing a difference...

https://github.com/user-attachments/assets/7a7bb582-3212-4700-8f14-486a2923b3f0 The action sheet magically disappears after appearing. ``` `import React, { useRef } from "react"; import { StyleSheet, Text, View } from "react-native"; import ActionSheet, { ActionSheetRef, SheetProps, }...

https://github.com/ammarahm-ed/react-native-actions-sheet/blob/master/src/index.tsx#L487 This might be a personal design decision but it's causing me to have to jump through hoops to get this to load in between a positioned header and footer...

It would still be nice to be able to run some method when user clicks back button. same as what we have for backdrop ```closeOnPressBack``` to enable/disable closing sheet on...

This library is awesome, even better than `gorhom`'s one. But I need to open the sheet from the very top of the screen. Is it possible?