mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
acda0fec48
Summary: Scheduler and JavaUIManager mutexes share the lifetime (between install-uninstall), so we can use singular shared lock to ensure that both sections are locked exclusively for install/uninstall and in shared mode for access. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D33130686 fbshipit-source-id: bf283fd5410e386d2635645e17680a9f4cb7f288
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.