mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
RN: Fix Drawing Rect for ReactScrollView
Summary: Fixes `ReactScrollView` so that it respects the drawing rect (i.e. the bounding box of the element). In JavaScript, this is the backing view for `ScrollView` (vertical) on Android. Reviewed By: fadinghorse Differential Revision: D8710256 fbshipit-source-id: f3bd96e39b8569cfcb21e486944b70fdb57c12b6
This commit is contained in:
committed by
Facebook Github Bot
parent
6dcadca712
commit
6a16bec882
@@ -102,6 +102,7 @@ public class ViewProps {
|
||||
public static final String OVERFLOW = "overflow";
|
||||
|
||||
public static final String HIDDEN = "hidden";
|
||||
public static final String SCROLL = "scroll";
|
||||
public static final String VISIBLE = "visible";
|
||||
|
||||
public static final String ALLOW_FONT_SCALING = "allowFontScaling";
|
||||
|
||||
Reference in New Issue
Block a user