An application for hosting radio plays remotely. This was made for my final year project for my BEng Computer Science degree at the University of York.
This is an Expo project created with create-expo-app
.
-
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 must also have a radio-stage-server running to connect to. Here's the repo for the server