mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4391ef218b
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](https://github.com/facebook/react-native/commit/31eea8eee3bd904065b06c639321dbc2cea1ca55#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.