android - React Native: app crash once started in AVD -


this first time use react native. have done necessary preparation stated in getting started.

  • i created app "test1"
  • i opened avd in android studio.
  • i ran >react-native run-android in cmd.
  • after while, said "build successful" in cmd.

however, in avd, displayed

the development server returned response on code:500 in red screen shown below.

android emulator screen

kindly tell me how fix it.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -