-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering issue when switching screen using react-navigation in combination w/ react-native-web #37
Comments
@mobily seems like it's an issue with react-native-web itself or react-navigation because I noticed it also happens on screens where |
Actually realized we used stacks more than I thought and all cases were stacks related. For a horizontal stack I nailed down the issue to a broken flex-ba This might be related: necolas/react-native-web#1264 |
@mobily still happening :( |
sorry, don't have time to setup a full repro. we are using react-navigation and after switching between screens it sometimes happens. Could be something wrong with our setup |
@nikgraf I replaced all instances of edit: it seems fixed now in the latest version |
I was update react-native-web to latest version (0.18.1) and all works correctly now. But I don't know, can I upgrade RNW without Expo migration guide? |
When switching to the page it looks like this:
When refreshing the page it looks like this (and this is how it supposed to be):
Code:
This seems like a general issue with the library. I also noticed it on other pages. Any ideas?
The text was updated successfully, but these errors were encountered: