Flowtype ListView

Reviewed By: yungsters

Differential Revision: D7985836

fbshipit-source-id: 6e0944a8d2fb85aabc34dfd3125a07b208749f21
This commit is contained in:
Eli White
2018-05-14 00:09:10 -07:00
committed by Facebook Github Bot
parent af6e2eb02d
commit 4b1ecb6204
8 changed files with 73 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ type VRProps = $ReadOnly<{|
scrollBarThumbImage?: ?($ReadOnly<{||}> | number),
|}>;
type Props = $ReadOnly<{|
export type Props = $ReadOnly<{|
...ViewProps,
...TouchableProps,
...IOSProps,