mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-08 17:46:35 +08:00
Summary: The computation for calculateClippingRect didn't work if you had a horizontal scroll nested in a vertical scroll view. The fix is to simplify the logic to first intersect the inner view within its parent and then apply transforms (translation by top/left and scroll offset). That now provides the correct clipping rectangle for nested views. Reviewed By: astreet Differential Revision: D3087367 fb-gh-sync-id: efdd430e024c4599189ddb8dbb258fd2b118690f shipit-source-id: efdd430e024c4599189ddb8dbb258fd2b118690f
Building React Native for Android
See docs on the website.