make sure, you have no spaces in the path of your project. If you have spaces and need them, try to change the expo configuration
{"expo":{
...
"web": {
...
"output": "single"
instead of "output": "static". After the change expo needs to be restarted