Space out list elements

This commit is contained in:
Jake Howard 2016-02-24 18:00:13 +00:00
parent 29229af50f
commit d89584813b

View File

@ -15,6 +15,7 @@ const styles = StyleSheet.create({
alignItems: 'stretch',
justifyContent: 'center',
flexWrap: 'wrap',
paddingHorizontal: 5
},
});