You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, when an ActionSheet with the disableOverlay prop is open, interaction is not possible. In the example snack I've used the alert button to demonstrate this. The issue does not occur on iOS or Web, where the Alert button is pressable even when the Actionsheet is open. Visually, the overlay is not present (as expected); however, when adding a borderRadius around the ActionSheet, it can be observed that it still occupies the entire screen.
Description
On Android, when an ActionSheet with the disableOverlay prop is open, interaction is not possible. In the example snack I've used the alert button to demonstrate this. The issue does not occur on iOS or Web, where the Alert button is pressable even when the Actionsheet is open. Visually, the overlay is not present (as expected); however, when adding a borderRadius around the ActionSheet, it can be observed that it still occupies the entire screen.
CodeSandbox/Snack link
https://snack.expo.dev/e8pensvtZ
Steps to reproduce
Steps to Reproduce:
Expected Behavior: The Alert button should be pressable, and an alert with the text "pressed" should be displayed.
Actual Behavior: The Alert button is not pressable on Android when the Actionsheet is open.
NativeBase Version
"native-base": "3.4.19",
Platform
Other Platform
No response
Additional Information
Screen.Recording.2023-04-21.at.9.51.43.AM.mov