# uber-react
**Repository Path**: mirrors_suryagh/uber-react
## Basic Information
- **Project Name**: uber-react
- **Description**: Uber-like project in React Native
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2026-03-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# uber-react
Uber-like project in React Native
# configuration
**File:** `.env`
Create a .env file with the following settings:
```
apiKey = ""
authDomain = ""
databaseURL = ""
storageBucket = ""
messagingSenderId = ""
mapBoxAccessToken = ""
```
All these credentials you get from either Firebase or MapBox websites.
**File:** `fake_drivers/serviceAccountCredentials.json`
Get it from Firebase Service Accounts:
https://console.firebase.google.com/project/_/settings/serviceaccounts/adminsdk
# running
```
react-native run-ios
```
For the fake drivers:
```
cd fake_drivers
pip install -r requirements.txt
```
then
```
python fake_drivers.py ,
```
***Do not forget to place the serviceAccountCredentials.json file in the same directory as described in the installation section***