Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 2.59 KB

README.md

File metadata and controls

67 lines (51 loc) · 2.59 KB

F1AC (F1 Academy)

A mobile application built with React Native that allows you to access the most recent Formula 1 races and driver standings on the go. The application is bundled with Expo for easy deployment to iOS and Android devices.

Disclaimer:

This tool is not affiliated with the official Formula 1 organization. The information provided by this tool is collected from third-party sources and is subject to change without notice.

                 

Prerequisites

Installation

1. Clone the repository

git clone https://github.com/FlavianMagrit/f1ac.git

2. Navigate to the repository directory

cd f1ac

3. Install dependencies

npm install
npm i react-native-picker-select --legacy-peer-deps

or

yarn install
yarn i react-native-picker-select --legacy-peer-deps

4. Running the app

To start the development server and run the app in your default web browser, use:

IOS Simulator

npm run ios or yarn ios

Android Simulator

npm run android or yarn android

Tunnel (Starting Metro Bundler to launch on your own device)

npm run start or yarn start or expo start

If nothing happens with the start commands, try to use:

npx expo start --tunnel