
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.
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 …
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 …
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 …
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.
Set Up Your Environment - React Native
That's it! Congratulations! You successfully set up your development environment. Now what? If you want to add this new React Native code to an existing application, check out the …
Learn the Basics · React Native
Oct 8, 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 …
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 …
Introduction · React Native Archive
Introduction Welcome to the very start of your React Native journey! If you're looking for environment setup instructions, they've moved to their own section. Continue reading for an …
Using TypeScript - React Native
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.