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

I saw a very neat Action Sheet in the Lu.ma app where the main content zooms in and out as the sheet is dragged up or down. Does something like...

Anybody knows why this happens ? It occurs when content's height reduces, not the opposite strangely... Screen record below : You'll notice the issue doesn't occur anymore when I comment...

getting `undefined` for all callbacks I pass in `payload` for `SheetManager.show` is this expected ?

i would like `SheetManager.show`'s return type to be the return type of callback ```js SheetManager.show('dialog-sheet', { payload: { callback: createUser, }, }).then(user => { // user is type any, would...

on iOS, ActionSheet is detached by default i.e. there is a gap between screen bottom and sheet bottom is this expected? i don't mind all that much because the fix...