Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 389 Bytes

VisibuyProductManagement

A seperate product management app for Visibuy

FRONTEND COMMANDS LIST

Build app

npx eas build -p android --profile development

Run build

npx eas build:run -p android

Update build

npx eas update --branch development --message "Updating the app"

Start local server

npx expo start

Clear cache and start local server

npx expo start --reset-cache