mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
782e06a059
Summary: Do we need this? Is it possible for any of these codepaths to execute in production? If so, it would be nice to avoid NPEs or even scheduling work on the UI thread. Maybe we want to add soft exception logging for if these paths are called? Changelog: [Internal] make sure LogBox does even less work when it's not hooked up Reviewed By: rickhanlonii Differential Revision: D20156812 fbshipit-source-id: ba9faedcb3b0951e6913724ca99549dc2d16237e
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.