-
Notifications
You must be signed in to change notification settings - Fork 456
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
"Timed out waiting for modules to be invalidated" error after reloading app over metro [iOS] #2516
Comments
Same problem
|
Same problem 😶
|
Same 😢
|
Same. Similar version as above. |
Same. I am using victory native.
If I remove all the charts, I don't get the error. As soon as I add a graphics it fails to reload. EDIT: This is not reproducible if I downgrade |
same problem |
I had this problem, after building my application with the command |
Same issue
|
We have the exact same issue and we ended up reverting, which fixed the issue |
Same as you, I'm using victory-native, same error with 1.3.8 but if I downgrade to 1.3.4 I don't get the error |
Are you installing with |
Same problem here. Any solution ? |
Thank you for reporting this. We were also affected by this issue. We will publish a fix for it today. |
🎉 This issue has been resolved in version 1.3.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
When starting the application and reloading it over metro, the app crashes with following error:
metro doesn't show any error or log.
there's nothing else shown inside xcode except
"Timed out waiting for modules to be invalidated"
:Background Information
Version
1.3.5
Steps to reproduce
Start App.
Reload over metro. (pressing 'r' inside the metro cli)
Wait 1 minute.
Snack, code example, screenshot, or link to a repository
Sadly I am not able to reproduce it in expo
I don't know if it's relevant, but here's my package.json
The text was updated successfully, but these errors were encountered: