An open API service indexing awesome lists of open source software.

https://github.com/davsav16/uber-clone

Created this React Native Uber clone app that uses multiple technologies and is full stack.
https://github.com/davsav16/uber-clone

clerk-auth expo nativewind neondb react react-native react-native-maps react-native-maps-directions stripe

Last synced: 2 months ago
JSON representation

Created this React Native Uber clone app that uses multiple technologies and is full stack.

Awesome Lists containing this project

README

          

# Welcome to My Uber Clone App 👋

This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).

## Get started

1. Install dependencies

```bash
npm install
```
2. You will need to create .env file and the following variables:
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=(from Clerk db)
DATABASE_URL=(from NeonDB)
EXPO_PUBLIC_SERVER_URL=https://uberdemodavsav16.com/
EXPO_PUBLIC_GEOAPIFY_API_KEY=(from google)
EXPO_PUBLIC_GOOGLE_API_KEY=(from google)
EXPO_PUBLIC_STRIPE_PUBLISHABLE_KEY=(from Strip)
STRIPE_SECRET_KEY= (from stripe)

3. Start the app

```bash
npx expo start
```
4. Scan the QR Code and open the app in Expo Go

Join our community of developers creating universal apps.