node_modules/expo/AppEntry.js: "" is not a valid identifer name

Fixed this problem:

  • I deleted node_modules
  • then: sudo npm install

It might have to do with missing admin-rights (missing ‘sudo’) when initializing. (I’m by far not an expert in this so just a guess.)