
Get Started with React Native
Oct 8, 2025 · At the same time, native developers can use React Native to gain parity between native platforms by writing common features once. We believe that the best way to experience …
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.
Set Up Your Environment - React Native
You will need Node, the React Native command line interface, a JDK, and Android Studio. While you can use any editor of your choice to develop your app, you will need to install Android …
Introduction · React Native
It’s a handy tool created by Expo to embed and run React Native projects and share how they render in platforms like Android and iOS. The code is live and editable, so you can play …
Running On Device - React Native
Nov 19, 2025 · It's always a good idea to test your app on an actual device before releasing it to your users. This document will guide you through the necessary steps to run your React …
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 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 …
Upgrading to new versions - React Native
Oct 8, 2025 · Upgrading to new versions of React Native will give you access to more APIs, views, developer tools and other goodies. Upgrading requires a small amount of effort, but we …
React Native versions
To see what changes are coming and provide better feedback to React Native contributors, use the latest release candidate when possible. Changes introduced in a release candidate will …
React Native 0.75 - Support for Percentage Values in Layout, New ...
Aug 14, 2024 · Historically, react-native used to ship a /template folder inside the NPM package which was used by the Community CLI to create new projects. This made updating the …