LoginSignup
1
0

More than 5 years have passed since last update.

WSL上でReactNative開発はじめたらExpoがTimeout

Posted at

WSL上でReactNative開発はじめたらExpoがTimeout

Issue

WSLでReactNativeの開発をはじめようと思い公式のGetting Startedを追っていったところ、実機でExpo使ってAppの確認ができずに死亡(ローカルネットワークのSocket Timeout)

Solution

  • npm install -g create-react-native-app
  • create-react-native-app /path/to/AwesomeProject
  • Expoのアカウント作成(https://expo.io)
  • npm install -g exp
  • exp login でExpoアカウントにLogin
  • cd /path/to/AwesomeProject
  • exp startnpm start の代わり)

Backgronud

c.f.
https://forums.expo.io/t/expo-ide-with-window-bash/2103

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0