mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6aea6256a6
Summary: Until now, there were two measure functions that differ in only one parameter (rootTag). The rootTag is used to use the context associated to the tag as part of the calculation of layout, otherwise it just uses the ReactApplicationContext. This diff unifies both method into an unique method that changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D20081281 fbshipit-source-id: b1f6a6cedbf78f36f36fd0f93407c23c6996d76b
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.