mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
39d9122445
Summary: ## Rationale This DevSupportManagerBase constructor isn't used anywhere, aside from VeniceDevSupportManager. Even in VeniceDevSupportManager, we should use the more specific constructor, because it informs readers of the class what specifically is being nullified in the base class. So, this diff gets rid of the smaller arity constructor. Changelog: [Internal] Reviewed By: JoshuaGross Differential Revision: D29004542 fbshipit-source-id: 74e20db93cf1871a364bf228dc089cd7d124297f
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.