React Native: Recurring Could Not Connect to Developtment Server error (timeout?) -


i've been trying out react native lately , got setup right.

im running android virtual device , rn app displaying , reloading fine.

however, every after amount of time, when hit rr (refresh) error:

enter image description here

the way can seem recover if rerun react native command:

react-native run-android

after that, it's ok again..... until after few minutes, dreaded red screen of death again.

what causing this? timeout of sort?

tia

there reasons that.

  • you have problem on js files using (you can see errors on react packager)
  • you closing react packager terminal after run app
  • it closes automatically terminal reasons

do error on react packager?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -