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.
Hi I want if bottom sheet cover full screen that time I want hide show some content, so that i am using onPositionChanged but this event not work.
Whenever I try to hide the action sheet, this happens. 
closes #138 THis will allow users to apply their own custom styles, such as padding-bottom.
The talkback is reading the header of actionssheet while opening which I don't want. I want the focus to go into the view directly. Please help
hi thanks for this legendary library, in the example, the scrollview is waiting for the scroll to be full screen after the scroll is completed on the up scroll, this...
I'm using `@testing-library/react-native` to test my app and I noticed that the content of the action sheet is present in the component tree even when it is closed. Is there...
I have based my sheet off one of the examples here: https://snack.expo.dev/@ammarahmed/github.com-ammarahm-ed-react-native-actions-sheet:expo-example When I tap on an input, they keyboard opens but it is not smooth like in the example...
After changing `key` prop on `ScrollView/FlatList` breaks scrollHandlers. Any idea how to fix that?
Note: This issue occurs only in iOS. In android it works fine. If I navigate to a new screen immediately after calling `actionSheetRef.current?.hide()` the new screen is frozen. If I...
hello, The Back Handler is working,but FlatView is not working, dont't scroll 。 #195