About 400 results
Open links in new tab
  1. Set Up Your Environment - React Native

    In this guide, you'll learn how to set up your environment, so that you can run your project with Android Studio and Xcode. This will allow you to develop with Android emulators and iOS simulators, build …

  2. Get Started with React Native

    Dec 16, 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 React Native …

  3. Integration with Existing Apps - React Native

    Dec 16, 2025 · Follow the guide on setting up your development environment and using React Native without a framework to configure your development environment for building React Native apps for …

  4. Android Native Modules - React Native

    At this point you have created an Android native module and invoked its native method from JavaScript in your React Native application. You can read on to learn more about things like argument types …

  5. Debugging Native Code - React Native

    Dec 16, 2025 · When working with native code, such as when writing native modules, you can launch the app from Android Studio or Xcode and take advantage of the native debugging features (setting …

  6. Running On Device - React Native

    Dec 16, 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 Native app on a …

  7. Debugging Basics - React Native

    Dec 16, 2025 · React Native DevTools is our built-in debugger for React Native. It allows you to inspect and understand how your JavaScript code is running, similar to a web browser.

  8. 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 directly with it in your …

  9. Integration with an Android Fragment - React Native

    Dec 16, 2025 · The guide for Integration with Existing Apps details how to integrate a full-screen React Native app into an existing Android app as an Activity.

  10. React Native Gradle Plugin

    Dec 16, 2025 · This guide describes how to configure the React Native Gradle Plugin (often referred as RNGP), when building your React Native application for Android.