mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fcf01b8c7a
commit
5bc7b02fc7
@@ -14,6 +14,8 @@ import type {ViewProps} from '../View/ViewPropTypes';
|
||||
|
||||
type NativeProps = $ReadOnly<{|
|
||||
...ViewProps,
|
||||
|
||||
removeClippedSubviews?: ?boolean,
|
||||
|}>;
|
||||
|
||||
type NativeType = HostComponent<NativeProps>;
|
||||
|
||||
Reference in New Issue
Block a user