expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.4k stars 226 forks source link

[BUG] Closing action style sheet cause an invisible layer #205

Closed MichaelGorski closed 3 years ago

MichaelGorski commented 3 years ago

Hi guys,

I discovered a weird bug? When I open the action sheet and close it, the lower half of the display becomes not clickable. I have being testing some different screens and happens several times. I could fix some layers of other components to be clickable when I set an zIndex.

Using expo 40.1, android

bradbyte commented 3 years ago

Can you provide a screenshot, screencast, or reproducible sample code in an Expo snack? Thank you!

MichaelGorski commented 3 years ago

Actually it is not caused by action sheet. Sorry for that! Can be closed. It is caused by Overlay. Different lib!