Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 509 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 509 Bytes

Application

Brew

install

brew update
brew upgrade
brew install git
brew install asdf
brew install watchman
brew install git-flow-avh

ASDF

install

asdf install nodejs 18.20.5

Npm

commands

npm install

npm update
npm outdated

Expo

commands

npx expo start
npx expo start -c

npx expo prebuild
npx expo prebuild --platform ios
npx expo prebuild --platform android

npx expo run:android
npx expo run:ios