mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a71f37b951
Summary: …eption This is a minor change in `DebugCorePackage.getModule()` method that corrects the `IllegalArgumentException`'s error message, which was probably copy-pasted from `CoreModulePackage`. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [Android] [Fixed] - Fixed error message in DebugCorePackage.getModule Pull Request resolved: https://github.com/facebook/react-native/pull/29304 Test Plan: No tests needed. Reviewed By: RSNara Differential Revision: D22521091 Pulled By: mdvacca fbshipit-source-id: 19205f9beb0fc26249985ce2c865e284c4a4add1
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.