LoginSignup
0
0

More than 3 years have passed since last update.

【React Native】開発環境構築(Expo CLI編)

Last updated at Posted at 2020-12-17

WindowsでReact Nativeを開発するために必要な設定。
node.jsとAndroid Studioはインストール済みであること。

Expo CLI入れる

$ sudo npm install -g expo-cli
$ expo -V
4.0.13

ワークスペースを作る

$ mkdir tutorial-react-native 
$ cd tutorial-react-native
$ expo init myproject

エミュレーターを起動する

$ expo login
$ expo start --tunnel
0
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
0
0