Skip to content

olafswan/Ryde-Uber-Clone

Repository files navigation

Build a Full Stack React Native App with Payments | PostgreSQL, TypeScript, Stripe, Tailwind 📺

by Adrian Hajdin from JavaScript Mastery 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