
Learn the Basics · React Native
If you already know React, you still need to learn some React Native specific stuff, like the native components. This tutorial is aimed at all audiences, whether you have React experience or not.
Introduction - React Native
Oct 8, 2025 · This helpful guide lays out the prerequisites for learning React Native, using these docs, and setting up your environment.
React Fundamentals - React Native
To understand React Native fully, you need a solid foundation in React. This short introduction to React can help you get started or get refreshed.
React Native · Learn once, write anywhere
Get a head start with a framework React Native brings the React programming paradigm to platforms like Android and iOS. It doesn’t prescribe how to do routing, or how to access each of the numerous …
Get Started with React Native
Oct 8, 2025 · Get Started with React Native React Native allows developers who know React to create native apps. At the same time, native developers can use React Native to gain parity between native …
Learn the Basics · React Native Archive
If you already know React, you still need to learn some React-Native-specific stuff, like the native components. This tutorial is aimed at all audiences, whether you have React experience or not.
Navigating Between Screens - React Native
This guide covers the various navigation components available in React Native. If you are getting started with navigation, you will probably want to use React Navigation.
Get Started Without a Framework - React Native
Oct 8, 2025 · If you have constraints that are not served well by a Framework, or you prefer to write your own Framework, you can create a React Native app without using a Framework.
Core Components and APIs - React Native
React Native provides a number of built-in Core Components ready for you to use in your app. You can find them all in the left sidebar (or menu above, if you are on a narrow screen). If you're not sure …
Using TypeScript - React Native
Oct 8, 2025 · TypeScript is a language which extends JavaScript by adding type definitions. New React Native projects target TypeScript by default, but also support JavaScript and Flow.