
Learn the Basics · React Native
Dec 16, 2025 · 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 …
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 …
React Fundamentals - React Native
Dec 16, 2025 · 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.
Introduction · React Native
Dec 16, 2025 · This helpful guide lays out the prerequisites for learning React Native, using these docs, and setting up your environment.
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 platforms by writing common features …
Get Started Without a Framework - React Native
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. To do so, you'll first …
Getting Started · React Native Archive
Getting Started This page will help you install and build your first React Native app. If you already have React Native installed, you can skip ahead to the Tutorial. If you are new to mobile development, the …
Core Components and Native Components - React Native
Because React Native uses the same API structure as React components, you’ll need to understand React component APIs to get started. The next section makes for a quick introduction or refresher on …
How to Run and Write Tests - React Native
Sep 12, 2025 · This section is about testing your changes to React Native as a contributor. If you haven't yet, go through the steps to set up your development environment for building projects with native code.
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.