To clone and run this application, you'll need Git and npm installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/pythongiant/Formula-One-App
# Go into the repository
$ cd Formula-One-App
# Install dependencies
$ npm install
# Run the app
$ npm start
Note If you wish to build the app yourself.
# build the apk
$ eas build -p android https://docs.expo.dev/build/setup/
# get the download link
$ expo build:status
You can download the compiled apk here
MIT