Build a Full Stack Mobile Application with React Native & Expo - React Native Tutorial

Build a Full Stack Mobile Application with React Native & Expo - React Native Tutorial03:49:31

Download information and video details for Build a Full Stack Mobile Application with React Native & Expo - React Native Tutorial

Uploader:

Codesistency

Published at:

5/23/2025

Views:

50.1K

Description:

In this tutorial, we build a full‑stack mobile application using React Native and Expo, covering backend setup with Express, database configuration with Neon‑hosted Postgres, authentication via Clerk, email verification, CRUD operations for transactions, live balance calculation, pull‑to‑refresh, logout functionality, and rate limiting with Redis. The video walks through the entire development process, from project preview to deployment, and is designed for beginners with only basic React knowledge. Timestamps: 00:00:00 - Project Preview 00:03:22 - Backend Setup 00:15:35 - Database Setup 00:28:42 - Create Transaction Route 00:41:35 - GET & DELETE Route 00:52:45 - GET Summary Route 01:00:26 - Rate Limiting 01:14:08 - Organizing Our Codebase 01:27:59 - React Native Setup & Basics 01:54:16 - Setting Up Styles & Images 02:06:33 - Authentication 02:18:01 - Designing Auth Pages 02:44:39 - useTransactions Hook 02:56:51 - Deploying Our API 03:09:56 - Home Screen 03:32:21 - Create Screen & Completing Our Project