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
for now getNetworkInfo only checks internet status once when called on load of the App. There’s no way to detect if the user loses connection while using the app. We need a global listener to handle real-time connectivity changes without adding checks on every screen.