-
Notifications
You must be signed in to change notification settings - Fork 210
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
When app is put in background and network is disconnected, white screen is displayed without any error #323
Comments
Here the snack so you can see the expected behaviour : https://snack.expo.io/@lc3t35/react-native-meteor-issue-323 |
Rebuilding RNApp example and setup environment to reproduce the issue
|
Have there been any insights to this problem? I have the exact same issue, but not using expo. Definitely seems to be related to connectivity.
Standard template using rn+meteor+redux+offline
|
@edwin-n-johnson As my app is detached, I confirm it also happens outside expo, I've just use expo here to quickly reproduce the problem. |
Thanks @lc3t35. Have you made any progress finding the root cause? I'm curious as to why we are seeing it and not many others. And why are there no errors? |
I think this may occur because rn-meteor relies on NetInfo API and NetInfo had some issue before becoming a standalone library. |
Hey there , do we have any update on this , i am also facing the same issue |
Steps to reproduce :
The main problem is how to debug that as when your disconnect your network, you don't have any more console log information (i'm using expo) nor debugger.
I'm trying to :
If someone has an idea, we can discuss in the gitter Lobby.
The text was updated successfully, but these errors were encountered: