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.
- Host: GitHub
- URL: https://github.com/olafswan/ryde-uber-clone
- Owner: olafswan
- Created: 2024-09-15T13:35:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T14:04:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T15:47:55.175Z (over 1 year ago)
- Topics: clerk-authentication, expo, map-functions, nativewind, neondb, react-native, stripe, stripe-payments, typescript
- Language: TypeScript
- Homepage:
- Size: 4.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`