この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
reactnative:expo:init [2019/01/30 00:07] ips |
reactnative:expo:init [2019/03/21 23:44] (現在) ips |
||
---|---|---|---|
ライン 4: | ライン 4: | ||
<code> | <code> | ||
- | >npm install -g expo-cli | + | > npm install -g expo-cli |
</code> | </code> | ||
ライン 11: | ライン 11: | ||
<code> | <code> | ||
- | >expo init [expo-app-name] | + | > expo init [expo-app-name] |
- | >cd [expo-app-name] | + | > cd [expo-app-name] |
- | >npm start | + | > npm start |
+ | </code> | ||
+ | |||
+ | <code> | ||
+ | create-react-native-app でも同じと思われる。 | ||
+ | </code> | ||
+ | |||
+ | ===== get the latest version ===== | ||
+ | <code> | ||
+ | There is a new version of expo-cli available (2.7.2-alpha.1). | ||
+ | You are currently using expo-cli 2.7.0 | ||
+ | Run `npm install -g expo-cli` to get the latest version | ||
</code> | </code> |