mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 22:41:56 +08:00
Summary: Since `ChoreographerCompat.getInstance()` is a singleton, we cache its instance. This will be important in a subsequent diff where we ensure that `ChoreographerCompat.getInstance()` is only called on the UI thread Reviewed By: achen1 Differential Revision: D9169298 fbshipit-source-id: 2067a50770dd41f5b1a12b62b6a9f8fea83d91e8
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.