Skip to content

Commit c3b1e14

Browse files
committed
whitelist ListRow's props
1 parent 170c46c commit c3b1e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/views/components/list/list-row.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const styles = StyleSheet.create({
3434
},
3535
})
3636

37-
type PropsType = {
37+
type PropsType = {|
3838
style?: any,
3939
contentContainerStyle?: any,
4040
arrowPosition?: 'center' | 'top' | 'none',
@@ -43,7 +43,7 @@ type PropsType = {
4343
spacing?: {left?: number, right?: number},
4444
onPress?: () => any,
4545
children?: any,
46-
}
46+
|}
4747
export function ListRow(props: PropsType) {
4848
const {
4949
style,

0 commit comments

Comments
 (0)