Space out list elements
This commit is contained in:
parent
29229af50f
commit
d89584813b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ const styles = StyleSheet.create({
|
||||||
alignItems: 'stretch',
|
alignItems: 'stretch',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
flexWrap: 'wrap',
|
flexWrap: 'wrap',
|
||||||
|
paddingHorizontal: 5
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Reference in a new issue