<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/let-s-build-tiktok-with-react-native-supabase-full-tutorial--lmpqhunyf" -->

---
title: Let’s Build TikTok with React Native &amp; Supabase (Full...
description: A full step-by-step tutorial for building a TikTok clone using React Native, Expo, and Supabase. Covers project setup with Expo Router, TypeScript path...
canonical: https://daily.dev/posts/let-s-build-tiktok-with-react-native-supabase-full-tutorial--lmpqhunyf
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Let’s Build TikTok with React Native &amp; Supabase (Full Tutorial) | daily.dev
og:description: A full step-by-step tutorial for building a TikTok clone using React Native, Expo, and Supabase. Covers project setup with Expo Router, TypeScript path...
og:url: https://daily.dev/posts/let-s-build-tiktok-with-react-native-supabase-full-tutorial--lmpqhunyf
og:image: https://api.daily.dev/og/posts/lMpQhunYf.png
og:image:alt: Let’s Build TikTok with React Native &amp; Supabase (Full Tutorial)
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.

# Let’s Build TikTok with React Native & Supabase (Full Tutorial)

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

## Summary

A full step-by-step tutorial for building a TikTok clone using React Native, Expo, and Supabase. Covers project setup with Expo Router, TypeScript path aliases, bottom tab navigation, dark theme configuration, video playback with expo-video, a scrollable snapping feed with FlatList, interaction bars (likes, comments, share), user avatar display, and wiring up mock data with proper TypeScript types. The tutorial progresses from blank project scaffold to a functional video feed UI before moving on to real backend data and authentication.

## Full article

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

---

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

[View this post on daily.dev](https://daily.dev/posts/let-s-build-tiktok-with-react-native-supabase-full-tutorial--lmpqhunyf)

```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":"Let’s Build TikTok with React Native & Supabase (Full Tutorial)","url":"https://daily.dev/posts/let-s-build-tiktok-with-react-native-supabase-full-tutorial--lmpqhunyf","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/let-s-build-tiktok-with-react-native-supabase-full-tutorial--lmpqhunyf"},"datePublished":"2026-03-22T11:30:47.980Z","dateModified":"2026-03-22T11:32:40.639Z","description":"A full step-by-step tutorial for building a TikTok clone using React Native, Expo, and Supabase. Covers project setup with Expo Router, TypeScript path...","image":"https://i.ytimg.com/vi/IxfnhAHnfCM/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/IxfnhAHnfCM/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/let-s-build-tiktok-with-react-native-supabase-full-tutorial--lmpqhunyf","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"mobile,typescript,react-native,supabase","timeRequired":"PT313M","video":{"@type":"VideoObject","name":"Let’s Build TikTok with React Native & Supabase (Full Tutorial)","description":"A full step-by-step tutorial for building a TikTok clone using React Native, Expo, and Supabase. Covers project setup with Expo Router, TypeScript path...","thumbnailUrl":"https://i.ytimg.com/vi/IxfnhAHnfCM/sddefault.jpg","uploadDate":"2026-03-22T11:30:47.980Z","duration":"PT313M","url":"https://api.daily.dev/r/lMpQhunYf","embedUrl":"https://www.youtube.com/embed/IxfnhAHnfCM"}}
{"@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":"Let’s Build TikTok with React Native & Supabase (Full Tutorial)"}]}
```

