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

**Description:** Hi, thanks for the great work on this library! I'm trying to use FlashList inside react-native-actions-sheet, but it seems that the exposed ref does not provide scrollToIndex or other...

Is there a way for the maximum height to come right under the dynamic island? ![Screenshot 2024-10-24 at 4 39 32 PM](https://github.com/user-attachments/assets/eee7a080-ce37-4019-b0aa-18cd646411d5)

If [`prefersCrossFadeTransitions`](https://reactnative.dev/docs/accessibilityinfo#preferscrossfadetransitions-ios) is true then react-native-actions-sheet should use a cross fade transition instead of a sliding transition. iOS has a ["Prefers cross fade transitions" setting](https://developer.apple.com/documentation/uikit/uiaccessibility/preferscrossfadetransitions) under Accessibility > Motion >...

![Image](https://github.com/user-attachments/assets/a42698d3-6c61-40f0-81ba-556dd4a265ca) How can we add Spacing on top it will cover 90% of the screen

add missing import and empty export so that user can copy this snippet without errors

Router has a flashing effect on change routes, which we can't modify. This is more a bad UX than a feature in my use-cases

I want to add some components in backdrop area, but can not find any props to implement this. ![image](https://github.com/user-attachments/assets/f24c5ad0-4d01-412b-8ffa-3088532c6103)

Hasn't anyone tried to use this package with [react-native-reusables](https://rnr-docs.vercel.app), been having this weird issue and i don't even know how to describe it but i would try ~/lib/sheets.ts ` import...

I basically need to have the sheet popup automatically as soon as the component mount. I've managed to achieve that by adding a delay _(see example below)_, but this is...