-
Notifications
You must be signed in to change notification settings - Fork 271
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
[Bug] Random failures when launching Expo scenarios #1327
Comments
#1337
This may happen because Metro may not cache this file to Haste map. To solve this problem you can:
module.exports.watchFolders = ['.vscode']; |
@JiglioNero @SounD120 This issue is still relevant in 2023, there is already a
metro.config.js:
package.json:
project type: Expo Bare react native project I checked my I'm actually trying to run a expo dev client build on my physical device.
Any solution to this? as the above mentioned didn't work as expected... |
🐛 What is the bug? How can we reproduce it?
Sometimes Expo fails to launch with strange errors. But if we run Expo several times after that - it launches without any problems.
Socket hang up
,Module .vscode/exponentIndex.js does not exist in Haste module map
Expected behavior
Expo works without problems
The text was updated successfully, but these errors were encountered: