mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
9a28701bd8
Summary: The results from measureInWindow were always wrong the first time it was called. This was due to the fact that the view in question was not actually a view yet, so the results were incorrect. This patch uses the existing measure functionality (which can measure virtual nodes) to measure the view, while modifying it to properly get the results relative to the window instead of relative to the root view. Reviewed By: sriramramani Differential Revision: D3501544
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.