'I got error from React Native Expo webview : Domain undefined

I'm using Expo webview for my react project. But i got an Error when i turn off my phone an hour and my app was still on foreground. Error message was like

Error loading page

Domain : undefined
Error Code : -2
Description: net::ERR_NAME_NOT_RESOLVED

I guess this error occurs because when user's access token expires, i reload the page to reconnect websocket.

Please help this stupid junior developer 😢

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source