react-native/ReactAndroid
Stepan Hruda e02a154787 Allow overriding Metro server host with a system prop
Summary:
Allow a device to override the host to which to connect to for getting dev bundles, debugging etc.

This is read from a system prop so it can be shared across all React Native apps and persists between app installs.

Reviewed By: mdvacca

Differential Revision: D10842213

fbshipit-source-id: d15b7d0255130090744d60ffb239778cba15e49c
2018-11-06 15:35:41 -08:00
..
libs Use fb_native_wrapper for all targets 2018-10-31 11:47:42 -07:00
src Allow overriding Metro server host with a system prop 2018-11-06 15:35:41 -08:00
.npmignore
DevExperience.md
README.md Fixing link to Android build guide. 2018-05-27 15:17:55 -07:00
build.gradle Upgrade folly to v2018.10.22.00 for Android (#21977) 2018-10-29 12:06:37 -07:00
gradle.properties Upgrade folly to v2018.10.22.00 for Android (#21977) 2018-10-29 12:06:37 -07:00
proguard-rules.pro RN: Missing Copyright Headers 2018-10-31 01:37:26 -07:00
release.gradle Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00

README.md

Building React Native for Android

See the docs on the website.

Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.