
React Native · Learn once, write anywhere
React Native lets you create truly native apps and doesn't compromise your users' experiences. It provides a core set of platform agnostic native components like View, Text, and Image that …
Set Up Your Environment · React Native
While you can use any editor of your choice to develop your app, you will need to install Android Studio in order to set up the necessary tooling to build your React Native app for Android. …
Get Started with React Native
Feb 19, 2025 · 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 …
Get Started Without a Framework · React Native
Feb 19, 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. To …
Introduction - React Native
Feb 19, 2025 · Welcome to the very start of your React Native journey! If you're looking for getting started instructions, they've moved to their own section.Continue reading for an introduction to …
Showcase - React Native
If you are curious to see what can be accomplished with React Native, check out these apps! React Native is shaping mobile, web, and desktop experiences within Meta’s product …
Core Components and APIs - React Native
Feb 19, 2025 · 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 …
Integration with Existing Apps - React Native
Feb 19, 2025 · React Native is great when you are starting a new mobile app from scratch. However, it also works well for adding a single view or user flow to existing native applications. …
Out-of-Tree Platforms - React Native
Feb 19, 2025 · "providesModuleNodeModules" is an array of modules that will get added to the Haste module search path, and "platforms" is an array of platform suffixes that will be added …
Introducing Create React Native App
Mar 13, 2017 · Today we’re announcing Create React Native App: a new tool that makes it significantly easier to get started with a React Native project! It’s heavily inspired by the design …