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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
While using dark theme, the color changes to white while opening Alert or Modal from react-native. When modal or alert shuts down, the color is back to normal.
see attached gif: (after closing bottom alert, i've opened a modal)
The text was updated successfully, but these errors were encountered:
I'll need a reproduction to verify and debug this. I strongly suspect that this isn't a bug in our library (because we're using modals without issue in our app), but I'll still take a look if you can make a minimal reproduction for us
If a <Modal/> is called and the <View/> inside it has a different background color, say for instance, rgba(0,0,0,0.5), which is a very commonly used background color for modals, it doesn't draw over the status bar or nav bar. Is this intended or is it a bug too?
While using dark theme, the color changes to white while opening
Alert
orModal
fromreact-native
. When modal or alert shuts down, the color is back to normal.see attached gif: (after closing bottom alert, i've opened a modal)
The text was updated successfully, but these errors were encountered: