Expo, React Native, React Navigationを使ったios/android/web向けのサンプルアプリです
cocoapodsインストール
sudo gem install cocoapods
pod setup
セットアップ
git close git@github.com:Minminzei/usagi.git
yarn && cd ios && npx pod-install
実行
# for ios
yarn ios
# for android
yarn android
# for web
yarn web