mirror of
https://github.com/status-im/react-native.git
synced 2025-02-06 14:43:49 +00:00
Summary: In older versions of android, the main thread is given the same priority as all other threads (default). Instead, it should have a higher priority (DISPLAY) which will make sure it's scheduled instead of the background JS/native modules threads. Reviewed By: majak Differential Revision: D3497244 fbshipit-source-id: 15ab09f4ebcad2692ae1261f15aa2c6c39f72ee9
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.