Black Lives Matter.
Support the Equal Justice Initiative.
×
Menu
React Native
0.61
Docs
Components
API
Community
Blog
Version
0.63
0.62
0.61
0.60
Master/Unreleased
GitHub
🌜
🌞
Search
K
React Native
0.61
Docs
Components
API
Community
Blog
Version
0.63
0.62
0.61
0.60
Master/Unreleased
GitHub
Menu
The Basics
Introduction
Learn the Basics
Props
State
Style
Height and Width
Layout with Flexbox
Handling Text Input
Handling Touches
Using a ScrollView
Using List Views
Networking
More Resources
Guides
Fast Refresh
Platform Specific Code
Navigating Between Screens
Images
Animations
Accessibility
Improving User Experience
Optimizing Flatlist Configuration
Timers
Debugging
Performance
Gesture Responder System
JavaScript Environment
Using TypeScript with React Native
Direct Manipulation
Color Reference
Integration with Existing Apps
Building For TV Devices
Running On Device
Upgrading to new React Native versions
Troubleshooting
Native Modules Setup
Out-of-Tree Platforms
Guides (iOS)
Native Modules
Native UI Components
Linking Libraries
Running On Simulator
Communication between native and React Native
App Extensions
Guides (Android)
Native Modules
Native UI Components
Headless JS
Publishing to Google Play Store
Removing Default Permissions
Using Hermes
This is documentation for React Native
v0.61
, which is no longer actively maintained.
For up-to-date documentation, see the
latest version
(0.63).
Version: 0.61
Running On Device
Edit this page
Last updated on
8/24/2020
by
teikjun
Previous
« Building For TV Devices
Next
Upgrading to new React Native versions »
Running your app on iOS devices
Running your app on Android devices
1. Plug in your device via USB
2. Configure code signing
3. Build and Run your app
1. Enable Debugging over USB
2. Plug in your device via USB
3. Run your app
Connecting to the development server
Troubleshooting
Connecting to the development server
Method 1: Using adb reverse (recommended)
Method 2: Connect via Wi-Fi
Building your app for production
1. Enable App Transport Security
2. Configure release scheme
3. Build app for release
Building your app for production