<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/build-a-full-stack-chat-app-with-react-native-clerk-and-supabase-mtzjeeuur" -->

---
title: Build a Full Stack Chat App with React Native, Clerk and...
description: A full-length live tutorial walking through building a real-time chat application from scratch using React Native with Expo. Covers project setup with Expo...
canonical: https://daily.dev/posts/build-a-full-stack-chat-app-with-react-native-clerk-and-supabase-mtzjeeuur
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Build a Full Stack Chat App with React Native, Clerk and Supabase | daily.dev
og:description: A full-length live tutorial walking through building a real-time chat application from scratch using React Native with Expo. Covers project setup with Expo...
og:url: https://daily.dev/posts/build-a-full-stack-chat-app-with-react-native-clerk-and-supabase-mtzjeeuur
og:image: https://api.daily.dev/og/posts/MtZjEeuUR.png
og:image:alt: Build a Full Stack Chat App with React Native, Clerk and Supabase
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Build a Full Stack Chat App with React Native, Clerk and Supabase

**[notJust.dev](https://daily.dev/sources/notjustdev)** · 234 min read · 0 upvotes · 0 comments

## Summary

A full-length live tutorial walking through building a real-time chat application from scratch using React Native with Expo. Covers project setup with Expo Router for file-based navigation, NativeWind for Tailwind CSS styling, Clerk for authentication (sign in/sign up with protected routes), and Supabase for the database, real-time messaging, and image storage. The tutorial explains nested navigation patterns including stack, drawer, and bottom tab navigators, protected routes, and app architecture decisions step by step.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=oLJSkCQxgPs>

---

Tags: [#react-native](https://daily.dev/tags/react-native), [#tailwind-css](https://daily.dev/tags/tailwind-css), [#supabase](https://daily.dev/tags/supabase)

[View this post on daily.dev](https://daily.dev/posts/build-a-full-stack-chat-app-with-react-native-clerk-and-supabase-mtzjeeuur)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Build a Full Stack Chat App with React Native, Clerk and Supabase","url":"https://daily.dev/posts/build-a-full-stack-chat-app-with-react-native-clerk-and-supabase-mtzjeeuur","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/build-a-full-stack-chat-app-with-react-native-clerk-and-supabase-mtzjeeuur"},"datePublished":"2026-03-22T11:31:23.658Z","dateModified":"2026-03-22T11:35:50.562Z","description":"A full-length live tutorial walking through building a real-time chat application from scratch using React Native with Expo. Covers project setup with Expo...","image":"https://i.ytimg.com/vi/oLJSkCQxgPs/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/oLJSkCQxgPs/sddefault.jpg","isAccessibleForFree":true,"articleSection":"notJust.dev","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"notJust.dev","logo":"https://media.daily.dev/image/upload/logos/placeholder.jpg","url":"https://daily.dev/sources/notjustdev"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/build-a-full-stack-chat-app-with-react-native-clerk-and-supabase-mtzjeeuur","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"react-native,tailwind-css,supabase","timeRequired":"PT234M","video":{"@type":"VideoObject","name":"Build a Full Stack Chat App with React Native, Clerk and Supabase","description":"A full-length live tutorial walking through building a real-time chat application from scratch using React Native with Expo. Covers project setup with Expo...","thumbnailUrl":"https://i.ytimg.com/vi/oLJSkCQxgPs/sddefault.jpg","uploadDate":"2026-03-22T11:31:23.658Z","duration":"PT234M","url":"https://api.daily.dev/r/MtZjEeuUR","embedUrl":"https://www.youtube.com/embed/oLJSkCQxgPs"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"notJust.dev","item":"https://daily.dev/sources/notjustdev"},{"@type":"ListItem","position":3,"name":"Build a Full Stack Chat App with React Native, Clerk and Supabase"}]}
```

