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.
**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? 
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 >...
 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. 
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...