mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: setRemoveClippedSubviews in ReactHorizontalScrollContainerView.java in RTL mode is overzealous and unexpectedly clips out views in a way that is not desirable. It seems like what is actually happening is that the computed rect for the view is "0,0" and so contents are assumed to always be outside of this rect. For now I've disabled this feature. We can investigate as a followup. Changelog: [Android][Changed] Clipping subviews has been temporarily disabled in HorizontalScrollView in RTL mode. Minor/negligible perf impact. Reviewed By: sammy-SC Differential Revision: D26808937 fbshipit-source-id: 85af9c3fb542db9ca3aae03413a475695cd53391
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.