mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
520f70bd57
Summary: This patch fixes measureInWindow for Nodes backed by Views. Whereas the intention was to call the super implementation when we have a Node backed by a View, we instead called the super implementation of measure, which doesn't measure relative to window. Differential Revision: D3607890
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.