Meta on Coursera
PremiumMeta React Native Specialization
Meta's eight-course Coursera path from JavaScript basics to a React Native capstone. You cannot audit it free — only a 7-day trial or…
Programming with Mosh
Mosh Hamedani's polished two-hour React Native intro: components, Flexbox layout and debugging. Ends before navigation, data or state management.
Opens on Programming with Mosh — a direct link, no affiliate tracking.
Mosh Hamedani's free React Native video runs a little over two hours and functions as the opening slice of his paid Ultimate React Native series. That commercial relationship shapes the whole thing — it's polished, well-lit, tightly scripted, and it stops exactly where the interesting problems start.
Within its two hours it does one thing properly: it gets you from nothing to a cross-platform app that runs on both iOS and Android, and it explains the layout system rather than assuming it. Mosh's teaching style is slow, deliberate, heavily repeated, and unusually good for people who have been burned by tutorials that move too fast.
Two hours buys you components and layout. It does not buy you navigation between screens, state management beyond local state, data fetching, authentication, or persistence — which is to say, it does not buy you an app. The refactoring section at the end is genuinely instructive, but you finish able to build one screen well and not a product. The paid course picks up from there, and the free video is designed to make you feel that gap.
Ideal as a first two hours with React Native if you already have JavaScript and want to know whether the framework suits you before committing a weekend. Also good for web developers who want to see the layout model demonstrated rather than described. Skip it if you already know React well — you'll spend the first forty minutes on ground you've covered, and the ending will frustrate you. Skip it too if you need a complete project build; pick a longer freeCodeCamp course instead.
The best-produced free React Native intro there is, and also the most obviously commercial. There's nothing dishonest about it — Mosh teaches properly for the whole two hours — but the course is engineered as a sample, and the moment you want screen navigation you're at a paywall. Watch it to decide if React Native is for you, then go somewhere free and longer to actually learn it.
Took this course? Share what you thought.
Other courses covering the same subjects.
Meta on Coursera
PremiumMeta's eight-course Coursera path from JavaScript basics to a React Native capstone. You cannot audit it free — only a 7-day trial or…
Codecademy
FreeCodecademy's Expo-based React Native course: browser-checked lessons and six projects. Free to learn, but the certificate needs a paid plan.
Devin Abbott
FreeDevin Abbott's readable, book-style guide to React Native — JavaScript through native modules. Clearly structured, but carries no…
Meta Open Source
FreeThe official React Native reference — core components, styling, debugging, Codegen and native modules, with in-browser Snack examples on…
Expo
FreeExpo's official two-hour tutorial: build StickerSmash across iOS, Android and web with Expo Router, gestures, modals and image picking.
Harvard University
FreeHarvard's React Native course with Jordan Hayashi — strong JavaScript and React lectures, but officially retired since June 2020 and badly…