Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 617 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 617 Bytes

Travel Planner

This is an Expo project created with create-expo-app.

Get started with the development build

  1. Install dependencies

    npm install
  2. Build the app

     npm run ios && npm run android
  3. Run the app

     npm run start

Build the app locally for testing purpose

 npx eas-cli build --local --platform=android --profile=test
  • For the profile flag see the available profiles in eas.json file
  • platform could be android or ios