3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

expo-cliの基本的なコマンド一覧

Last updated at Posted at 2020-06-27
  • expoプロジェクトを作成する
$expo init プロジェクト名
  • expoにログインする
$expo login
  • expoからログアウトする
$expo logout
  • expoを起動する(プロジェクトのディレクトリに移動した上で)
$expo start
  • expoに残っている前のキャッシュを削除して起動する
$expo start -c
  • expo clientアプリからインストールするためのURLを発行する
$expo publish
  • 本番用にビルド(iOS)
$expo build:ios
  • 本番用にビルド(Android)
$expo build:android
  • expoにモジュールをインストールする
$expo install モジュール名
3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?