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

Hey. Is there a way to add `snapPoints` to each of the routes in Sheet router? I didn't see a way to micro-manage those values for each route.

When i focus on TextInput it crashes app app without any warning or error `"react-native-actions-sheet": "^0.9.3",`

Hi. tnx for this awesome library. I wonder why pull-to-refresh is not working in FlatList but it workes in ScrollView? any idea?

I have a component which declares an action sheet and then passes its ref to a hook which I'm using to store action sheet refs so that they can be...

// Issue 1: While sheet is fullscren, the keyboard handler makes the sheet rapidly close and open again, onFocus, and onBlur. // Issue 2: There's no method to add margin...

Hello, Thank you for your work on this library. We are currently in the process of rebuilding our app from native to React Native, so it's been very helpful to...

using **openAnimationConfig** shows this error _Invariant Violation: You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one, js engine: hermes _ `openAnimationConfig={{ mass:1 }}`

Resolved issue "Invariant Violation: You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one" for JavaScript engine Hermes. Implemented fix by ensuring that only one set...