
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 …
Publishing to Apple App Store - React Native
Apr 14, 2025 · If you are using Expo, read the Expo guide for Deploying to App Stores to build and submit your app for the Apple App Store. This guide works with any React Native app to …
Building For TV Devices - React Native
Apr 14, 2025 · TV devices support has been implemented with the intention of making existing React Native applications work on Apple TV and Android TV, with few or no changes needed …
Integration with Existing Apps - React Native
Apr 14, 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. …
Contributing Overview - React Native
Apr 17, 2025 · Contributions to React Native are not limited to GitHub. You can help others by sharing your experience using React Native, whether that is through blog posts, presenting …
Get Started Without a Framework - React Native
Apr 14, 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 …
Communities - React Native
Sep 1, 2023 · These are places where you can share React Native projects, articles and tutorials as well as start discussions and ask for feedback on React Native related topics. (but …
App Extensions - React Native
Apr 14, 2025 · App extensions let you provide custom functionality and content outside of your main app. There are different types of app extensions on iOS, and they are all covered in the …
Setting up the development environment · React Native Archive
This page will help you install and build your first React Native app. If you are new to mobile development, the easiest way to get started is with Expo CLI. Expo is a set of tools built …
Debugging Basics - React Native
Oct 23, 2024 · React Native provides an in-app developer menu which offers several debugging options. You can access the Dev Menu by shaking your device or via keyboard shortcuts: iOS …