「Javascript/reactnative/helloworld」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→expoを使ったhelloworld) |
|||
行1: | 行1: | ||
==expoを使ったhelloworld== | ==expoを使ったhelloworld== | ||
expo init Helloworld | expo init Helloworld | ||
+ | |||
+ | 以下構成で作成される | ||
+ | <pre> | ||
+ | ├── App.js | ||
+ | ├── app.json | ||
+ | ├── assets | ||
+ | │ ├── favicon.png | ||
+ | │ ├── icon.png | ||
+ | │ └── splash.png | ||
+ | ├── babel.config.js | ||
+ | ├── package.json | ||
+ | └── yarn-error.log | ||
+ | </pre> |
2020年7月13日 (月) 16:20時点における版
expoを使ったhelloworld
expo init Helloworld
以下構成で作成される
├── App.js ├── app.json ├── assets │ ├── favicon.png │ ├── icon.png │ └── splash.png ├── babel.config.js ├── package.json └── yarn-error.log