We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170c46c commit c3b1e14Copy full SHA for c3b1e14
source/views/components/list/list-row.js
@@ -34,7 +34,7 @@ const styles = StyleSheet.create({
34
},
35
})
36
37
-type PropsType = {
+type PropsType = {|
38
style?: any,
39
contentContainerStyle?: any,
40
arrowPosition?: 'center' | 'top' | 'none',
@@ -43,7 +43,7 @@ type PropsType = {
43
spacing?: {left?: number, right?: number},
44
onPress?: () => any,
45
children?: any,
46
-}
+|}
47
export function ListRow(props: PropsType) {
48
const {
49
style,
0 commit comments