mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
423453e105
Summary: In DevSupportManagerBase.java->updateLastErrorInfo(), errorType was not recorded like errorMessage and errorStack, we could either remove errorType as a parameter or recorded it for future use. This diff recorded it since it would make the error info complete. Changelog: [Android][Changed] - Record latest error type in dev support Reviewed By: PeteTheHeat Differential Revision: D26884647 fbshipit-source-id: 712d82667bdc4b3410f4c83a3df9a456af6d9061
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.