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

https://github.com/olafswan/ryde-uber-clone

Full-stack Uber clone app built with React Native.
https://github.com/olafswan/ryde-uber-clone

clerk-authentication expo map-functions nativewind neondb react-native stripe stripe-payments typescript

Last synced: 2 months ago
JSON representation

Full-stack Uber clone app built with React Native.

Awesome Lists containing this project

README

          

## Build a Full Stack React Native App with Payments | PostgreSQL, TypeScript, Stripe, Tailwind [📺](https://youtu.be/kmy_YNhl0mw)

#### by Adrian Hajdin from [JavaScript Mastery](https://www.youtube.com/@javascriptmastery) YouTube channel

### 🖥 Terminal commands used

#### Install NatieWind

`npm install nativewind `
`npm install --save-dev tailwindcss@3.3.2`

#### Install SafeAreaView @21:10

`npm install react-native-safe-area-context`

#### To restart Expo Go :

`Ctrl + C`
`npx expo start -c`

#### Install ESLint @23:50

`npx expo lint`

#### Install Prettier @23:50

`npx expo install -- --save-dev prettier eslint-config-prettier eslint-plugin-prettier`

#### Install npm install react-native-swiper @50:32

`npm install react-native-swiper`

#### Install Clerk @1:31:30

`npx expo install react-dom react-native-web @expo/metro-runtime`
`npm install @clerk/clerk-expo`

#### Install Expo Secure Store @1:34:00

`npm install expo-secure-store`

#### Install Native Modal @1:41:45

`npm install react-native-modal`

#### Install Expo Local Authentication Store @1:44:00

`npm install expo-local-authentication`

#### Install Neon Database @2:11:50

`npm install @neondatabase/serverless`

#### Install Maps & Directions @3:01:40

`npm install react-native-maps react-native`

#### Install Zustand @3:05:25

`npm install zustand`

#### Install Expo Location @3:12:30

`npm install expo-location`

#### Install Google Places Autocomplete @3:26:20

`npm install react-native-google-places-autocomplete`

#### Install Gesture Handler @3:43:30

`npm install react-native-gesture-handler`

#### Install React Native Bottom Sheet @3:47:10

`npm i @gorhom/bottom-sheet`

#### Install Stripe @4:08:45

`npm i stripe --save`
`npm install @stripe/stripe-react-native`

#### Install Maps Directions @4:50:20

`npm install react-native-maps-directions`

#### Install Expo Linking @5:10:20

`npm install expo-linking`