mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1d14df217e
Summary: ## Rationale The public methods of PackagerCommandListener should not be a part of the public API of DevSupportManagerBase. It's cleaner to just create a new PackagerCommandListener object inline, when we need it. This way, there're are less methods to think about when reasoning about the public API of DevSupportManagerBase. Changelog: [Internal] Reviewed By: JoshuaGross Differential Revision: D29006835 fbshipit-source-id: 0eea86c22e7d676c94d29b240a1f39955d8216ab
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.