Skip to content

Commit 5bc7b02

Browse files
RSNarafacebook-github-bot
authored andcommitted
Fix SVC for AndroidHorizontalScrollContentView
Summary: ## Failure ``` LOG SVC AndroidHorizontalScrollContentView Invalid LOG { "missing": { "validAttributes": { "removeClippedSubviews": true } }, "unexpected": {}, "unequal": [] } ``` Changelog: [Internal] Reviewed By: yungsters Differential Revision: D33341774 fbshipit-source-id: 8f287ba00252f8456ad642eaedf38fa3aa2a11ff
1 parent fcf01b8 commit 5bc7b02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Libraries/Components/ScrollView/AndroidHorizontalScrollContentViewNativeComponent.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import type {ViewProps} from '../View/ViewPropTypes';
1414

1515
type NativeProps = $ReadOnly<{|
1616
...ViewProps,
17+
18+
removeClippedSubviews?: ?boolean,
1719
|}>;
1820

1921
type NativeType = HostComponent<NativeProps>;

0 commit comments

Comments
 (0)