gunnartorfis / sonner-native

An opinionated toast component for React Native. A port of @emilkowalski's sonner.
https://gunnartorfis.github.io/sonner-native
MIT License
341 stars 11 forks source link

`RNSFullWindowOverlay` is displayed full screen, blocking RN inspector #114

Open imWildCat opened 4 days ago

imWildCat commented 4 days ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

after integrating this lib, I cannot inspect elements

image

Describe the solution you'd like A clear and concise description of what you want to happen.

is that possible to hide it completely if there's no toast?

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

idk, or make it not inspectable?

Additional context Add any other context or screenshots about the feature request here.

gunnartorfis commented 1 day ago

@imWildCat could you post your setup? I cannot reproduce this on the example app nor on my own app.