mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d892bb889b
Summary: Currently the error messages lead users to assume that all problems are because we're trying to use the ReactContext too early; it could be because we're using it too late, after it's been destroyed. Because of D17944723, it could be because we're accessing too late, after teardown. Changelog: [Internal] making some error messages more specific and helpful Reviewed By: mdvacca Differential Revision: D20251909 fbshipit-source-id: e236d57e4d7d9c778d41de95160c242bcd69b3c9
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.