ユーザ用ツール

サイト用ツール


reactnative:expo:init

差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
reactnative:expo:init [2019/01/30 00:06]
ips 作成
reactnative:expo:init [2019/03/21 23:44] (現在)
ips
ライン 1: ライン 1:
 ====== EXPO ====== ====== EXPO ======
  
-  - 記号付きリストexpoのcliをインストール+===== expoのcliをインストール ​===== 
 + 
 +<​code>​ 
 +> npm install -g expo-cli 
 +</​code>​ 
 + 
 +===== init ===== 
 + 
 + 
 +<​code>​ 
 +> expo init [expo-app-name] 
 +> cd [expo-app-name] 
 +> npm start 
 +</​code>​ 
 <​code>​ <​code>​
->npm install ​-g expo-cli+create-react-native-app でも同じと思われる。
 </​code>​ </​code>​
  
-  - フォルダを作成して、init+===== get the latest version =====
 <​code>​ <​code>​
->expo init [expo-app-name] +There is a new version of expo-cli available (2.7.2-alpha.1). 
->cd [expo-app-name] +You are currently using expo-cli 2.7.0 
->npm start+Run `npm install -g expo-cli` to get the latest version
 </​code>​ </​code>​
reactnative/expo/init.1548774380.txt.gz · 最終更新: 2019/01/30 00:06 by ips