Javascript/reactnative/helloworld/expo
提供: 初心者エンジニアの簡易メモ
2020年7月16日 (木) 12:09時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==expoを使ったhelloworld== expo init Helloworld 以下構成で作成される <pre> ├── App.js ├── app.json ├── assets │ ├── favicon....」)
expoを使ったhelloworld
expo init Helloworld
以下構成で作成される
├── App.js ├── app.json ├── assets │ ├── favicon.png │ ├── icon.png │ └── splash.png ├── babel.config.js ├── package.json └── yarn-error.log
実行しQRコード表示
yarn start
端末をwifiでつなぎ、QRコードをexpoアプリで読み取ったところ、android,iosともにアプリで表示できた。