Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable setRemoveClippedSubviews in ReactHorizontalScrollContainerVie…
…w.java in RTL mode 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
- Loading branch information