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 May 20, 2021. It is now read-only.
I am using react navigation for the web and I have an issue where display: none; is being applied on a screen.
I am not able to understand where it is happening, but since it's on the screen and we do not apply web style in our react native app, I suspect that something in react navigation is doing this, causing our svg background not being displayed.
Any clue what could cause such style to be applied ?
I am using react navigation for the web and I have an issue where
display: none;
is being applied on a screen.I am not able to understand where it is happening, but since it's on the screen and we do not apply web style in our react native app, I suspect that something in react navigation is doing this, causing our svg background not being displayed.
Any clue what could cause such style to be applied ?
Thanks a lot.
The text was updated successfully, but these errors were encountered: