iOS App showing bicycle and car parking information for Edinburgh.
For more information on the overall project please see the overview.
React Native Expo App
To be able to run the app on your machine you need to have the following already installed:
- Node 20
- Xcode - including the phone simulator
- Expo Go on your phone
- Make sure you are in the directory that you have created for the project.
cd SmartPark
- Download the repository
git clone [email protected]:DarrenLackie/parking_app_frontend.git
- Navigate to the Parking App directory
cd parking_app_frontend
- make sure you get all the packages
npm i
- start expo
npx expo start
- hit i to get the phone simulator up with the app
- You can use Ctrl c to stop the server
- If you want to see the app on your phone you can execute
npx expo start --tunnel