Cannot reload app from metro bundler after upgrading to Expo 54 #39796
Unanswered
marcodag
asked this question in
Archived: Questions
Replies: 1 comment
-
hi! did you find a fix for this? It is happening to me too. thought I had fixed it, a week or so later updated some packages, and now the issue is back. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading to expo 54.0.8, if I start metro bundler either with npm start or npx expo start (-c), the expo go app correctly opens the app at QR scan, but when inside the app, if I try to just reload (by pressing "r" on VS Code terminal within Metro Bundler), the text "Reloading apps" appears on the terminal, but without actually reloading the app. Already tried:
One strange behaviour I can tell is that, sometimes. when I first try starting metro bundler and open the app, it loads, but then exits and goes back again into the expo go app. Then I try again to open the app from expo go, by pressing on the app name, and then it successfully enters the app. I don't know if this is expected.
I can't find anything on the web and I'm starting to feel like I'm the only one having this bug
Beta Was this translation helpful? Give feedback.
All reactions