Search code examples
reactjsreact-nativenpmbuild

expected package.json (path)\package.json does not exist


When i use commond

expo build:android Apk

I came the error massage

he expected package.json (path)\package.json does not exist.

please solve this error


Solution

  • error came becuase commond is wrong. Then i use

    expo build:android

    now works