I cloned react-native-starter-kit git and follow the instructions: yarn install and then yarn run web, but web app not working. I have received the error as shown below:
Looks to be an error with the variable setting - i.e. PORT=3001. Can you try removing that part of the respective package.json command and let me know if it resolves?
I cloned react-native-starter-kit git and follow the instructions:
yarn install
and thenyarn run web
, but web app not working. I have received the error as shown below:And did you remove the webpack?
Thanks!