mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: The overflowInset uses negative values to indicate extending from parent view. This diff fixes the math so that it's correctly check if the point is within overflowInset. Changelog [Android][Fixed] - Fix math for detecting if children views are in parent's overflowInset area. Reviewed By: genkikondo Differential Revision: D33750129 fbshipit-source-id: 1a5a33a227280c687b158b4a81a56017b6f4f3e0
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.