This is an app to allow punters in Cambridge to check the weather conditions so they can more easily decide on/plan their punting.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
The application runs for development on Linux, Windows, and Mac (although different platforms may affect which devices can be emulated).
All libraries used are detailed in the package.json file and will automatically be installed
when npm install is run as described above.
This app uses fonts stores in the assets/fonts/ directory:
Quicksand-Bold.ttfcherrybombone-regular.ttf
These fonts can be loaded using [expo-font] package.
To install it, run:
npm install expo-font