-1
When I try to give a React-Native start to test my app, it hangs on Loading dependency Graph... and never goes to the "done.". The worst is that it starts to consume all my memory until windows crash!
-1
When I try to give a React-Native start to test my app, it hangs on Loading dependency Graph... and never goes to the "done.". The worst is that it starts to consume all my memory until windows crash!
0
I had the same problem. But after about 10 to 15 minutes I went to done. Only until it was done, it consumed all memory.
Apparently the problem is in the version of React-Native, was using version 0.60.0 changed to 0.59.9 and ran smoothly.
Just remembering that if you are open app on mobile or emulator, have to close and open again, after it’s done, will again in the app and a Reload.
Browser other questions tagged node.js react-native genymotion
You are not signed in. Login or sign up in order to post.
how you changed the version of React
– alexjosesilva
when creating the project... created using the command React-Native init --version 0.59.9 project name
– Leandro Souza