react-native-actions-sheet
react-native-actions-sheet copied to clipboard
Support Background Interaction
as the title says, i want to be able to have the action sheet show a little bit, but still have the buttons be clickable in the background.

@aarongrider this feature is not supported yet. Will be implemented in the near future.
@ammarahm-ed Any update on timeline for this?
@MrXyfir coming soon
Any Update on this!
Coming soon 😆
@ahmad6242 @MrXyfir I was able to implement it partially on Android. Did not work on iOS. The only way I see of doing this is adding a native dependency which can handle pointer events correctly.
anyone found a solution?
Would love support for this solution
Coming soon? When ? :D
And soo, solution founded?)) Maybe anyone known how to solve this task with another packages?
@Insane34 you should just build it custom. Make the bottom sheet an absolutely positioned view over the rest of your content. You'll need to wire up the gesture handler and do any animations yourself, but it's possible.
It's possible obviously. Just not possible with the Current ScrollView implementation of the Sheet which does not work with pointerEvents properly but normal Views do.
ScrollView is great because it is fully native and the Animations/Gestures are very performant compared to something implemented in JS using Animated.View.
Another choice is to use Reanimated but this library was built to stay lean and dependency free.
Update: I have decided to rewrite ActionSheet. Background interaction support will be added in v0.8.0. 🚀
Added. Will be released in v0.8.0 🚀