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

when we use new archteture, apear warnning: Warning: Warning: setNativeProps is not currently supported in Fabric [this is solution](https://reactnative.dev/docs/new-architecture-library-intro#migrating-off-setnativeprops) i fix with solution of React Native, just use state

Is it possible to add resolve or reject promise in this case? https://github.com/ammarahm-ed/react-native-actions-sheet/blob/master/src/sheetmanager.tsx#L144

I tried all the stuff from other issues like Scrollview from react-native-gesture-handler or other stuff, all not working. **Improvment suggestion:** - attach the swipe function only to the top indicator...

I want to make the closing animation slower, but closeAnimationConfig doesnt seem to work as it should. When I give the same config to openAnimationConfig, it does work. For some...

I've been testing out this library to see if i can use this in replacement of [react-native-bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet). it has all the features I need but I couldn't find a way...

First off all thanks for this great library! After I've switched to this library some of my tests are failing, specifically test cases which interact with ActionSheet. I need to...

action sheet is popped out of the screen when input is focused. when i change the keyboard, action sheet scroll into view.Does anyone know how to fix this? https://user-images.githubusercontent.com/38945816/192695375-9e8bc285-e173-4419-9370-3b40e122cfe9.mp4

i want to dismiss the keyboard if it is open by clicking anywhere on the action sheet but it'a not working with TouchableWithoutFeedback, any ideas? ``` {!scroll && children} {scroll...

Having to create separate state to mimic the state controlled outside the action sheet is a very difficult experience, the props.paylaod are not re-rendering the UI on the fly, we...

Basically, that iOS only animation for modals, what you can see here at 4:49 - 4:52 https://youtu.be/EcIA3nfNbsg?t=290