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…
Devin Abbott
Devin Abbott's readable, book-style guide to React Native — JavaScript through native modules. Clearly structured, but carries no last-updated date.
Opens on Devin Abbott — a direct link, no affiliate tracking.
Devin Abbott wrote React Native Express as a companion to the official documentation rather than a replacement for it — the site says so itself. The idea was to give you one readable path through everything a React Native developer needs, starting from modern JavaScript syntax and ending at native modules, instead of making you assemble that path from a docs sidebar.
It's organised as a book you scroll through. Environment and quick start, then JavaScript features and JSX, then React proper — elements, components, events, conditional rendering, user input, lists and keys, performance, hooks — then the React Native core components, then app development topics, then a photo gallery exercise at the end.
The app development section is the part that justifies the site. Project structure, navigation, data management, persistence, networking, animation, gestures, component libraries and native modules are each given a chapter, which is roughly the list of things a tutorial app never has to solve and a real app always does. Very little free material tries to cover that stretch in one voice.
Currency. The site still describes itself as a companion to the official Facebook documentation, and it promotes a book called Fullstack React Native — the framing is from an earlier era of React Native. We could find no version number or last-updated date anywhere on the page, which for a framework that has replaced its entire architecture is a serious gap. Treat the React and JavaScript chapters as durable and the environment, navigation and native module chapters as things to verify before typing.
Readers. If you learn faster from prose than from video and you want the conceptual shape of a React Native app laid out in order, this is one of the clearest free attempts at it. Skip it if you want current, copy-pasteable setup instructions — the Expo docs will serve you better and are dated. Skip it also if you need someone checking your work; there are no tests or graded exercises here, just the one photo gallery build.
A genuinely well-written guide with an ageing problem it doesn't warn you about. The structure is better than the official docs and the explanations are patient without being slow. But an undated learning resource for a fast-moving framework puts the verification burden entirely on you, and beginners are precisely the people least equipped to spot which chapter has quietly gone stale. Read it for the mental model, get your commands from elsewhere.
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.
Programming with Mosh
FreeMosh Hamedani's polished two-hour React Native intro: components, Flexbox layout and debugging. Ends before navigation, data or state…
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…