To compile this program into an apk on android, you have two options: One option for development, one for normal operation.
- Type "yarn" to download the required libraries
- type "npx expo start" to start expo
- connect an android device
- press "a" to load the app onto your android device.
This is just for development because the moment expo stops, you lose access to the application. Not ideal!
- Open an account on expo.dev
- run the command: "eas build -p android --profile preview"
- enter the username and password of your account
- Log onto expo.dev to acquire your apk file