mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-30 23:22:41 +08:00
Summary:
"Stop" is a bit clearer - the debugger is started and stopped, rather than enabled / disabled. Small difference :)
In contrast, live reloading and hot reloading are enabled and disabled.
satya164 pointed it out in [this comment](31eea8eee3 (commitcomment-17682563)) and I agree.
**Test Plan**
Ran the UIExplorer:
<img width="432" alt="screen shot 2016-05-31 at 11 11 28 pm" src="https://cloud.githubusercontent.com/assets/346214/15692439/473c26b6-2786-11e6-969a-d494067cbc3b.png">
On Android the change is kind of obvious :)
Closes https://github.com/facebook/react-native/pull/7861
Differential Revision: D3371207
Pulled By: mkonicek
fbshipit-source-id: 769288f687a98d62cf5c1a22cbc857b7dc4acf00
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.