isitix / deploying-mobile-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploying-mobile-app

npm install -g expo-cli
expo init mobile-app

cd mobile-app
npm start # you can also use: expo start

- cd mobile-app
- yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
- yarn android
- yarn ios
- yarn web

About


Languages

Language:TypeScript 95.1%Language:JavaScript 4.9%