web icon indicating copy to clipboard operation
web copied to clipboard

How can I prevent display: none being appended randomly on my screen by react-navigation ?

Open kopax-polyconseil opened this issue 4 years ago • 0 comments

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.

    "@react-navigation/bottom-tabs": "^5.11.1",
    "@react-navigation/native": "^5.9.4",
    "@react-navigation/stack": "^5.14.4",


kopax-polyconseil avatar May 20 '21 13:05 kopax-polyconseil