create-react-native-app

Network Response Time Out Error (create-react-native-app) (expo)

▼魔方 西西 提交于 2019-11-27 06:40:57
I am trying to run create-react-native-app on expo app in android. Firstly ,I created the project by writing command create-react-native-app test then I executed npm start then scanned the qr code from expo app. But after scanning QR code , I am getting following error: Uncaught Error: Java.net,sockettimeoutException: failed to connect to after 10000ms Github Issue: https://github.com/react-community/create-react-native-app/issues/144#issuecomment-296631692 This is due to not open port from your machine. In Ubuntu Run In terminal sudo ufw status verbose To view open port if you cannot found

Network Response Time Out Error (create-react-native-app) (expo)

╄→гoц情女王★ 提交于 2019-11-26 12:06:41
问题 I am trying to run create-react-native-app on expo app in android. Firstly ,I created the project by writing command create-react-native-app test then I executed npm start then scanned the qr code from expo app. But after scanning QR code , I am getting following error: Uncaught Error: Java.net,sockettimeoutException: failed to connect to after 10000ms Github Issue: https://github.com/react-community/create-react-native-app/issues/144#issuecomment-296631692 回答1: This is due to not open port