I had a problem with running react-native app [Network Error] and the same is discussed here.
ngrok
works for a temporary.
At the end of the day when I close my ngrok the token(link) generated is of no use. The next day if I have to run my project I have to regenerate a new token(link) and make the changes everywhere. Also, it's like running 3 ports for a single project.
Is there any solution for the same.
Thank You!!