Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.23 KB

README.md

File metadata and controls

38 lines (27 loc) · 2.23 KB

ReUCLA App

By Izak Bunda, Lawrence Lee, Ying Chou, and Sean Chan for COM SCI 35L Winter 2023

Starting the dev server

npm start or expo start

Runs the app in the development mode.
Expo CLI starts Metro Bundler.
It also pops up Expo Dev Tools, a graphical interface for Expo CLI.

Opening the app on phone/tablet

  • On your iPhone or iPad, open the default Apple "Camera" app and scan the QR code you see in the terminal or in Expo Dev Tools.
  • On your Android device, press "Scan QR Code" on the "Projects" tab of the Expo Go app and scan the QR code you see in the terminal or in Expo Dev Tools.

The page will auto-reload when edits are made.

Opening the app on Xcode (Mac ONLY)

npm start --ios or expo start --ios

Xcode will display an IOS simulator of our app.
This can also be done by selecting the Run on IOS simulator option on the Metro Bundler.

Screen Screenshot
SignInScreen
SignUpScreen
CreateProfileScreen
HomeScreen
CategoryScreen
AddListingScreen
ProfileScreen