Showing
1 changed file
with
2 additions
and
1 deletions
@@ -226,7 +226,8 @@ let styles = StyleSheet.create({ | @@ -226,7 +226,8 @@ let styles = StyleSheet.create({ | ||
226 | backgroundColor: '#e0e0e0' | 226 | backgroundColor: '#e0e0e0' |
227 | }, | 227 | }, |
228 | contentContainer: { | 228 | contentContainer: { |
229 | - flexDirection: 'column', | 229 | + flexDirection: 'row', |
230 | + flexWrap: 'wrap', | ||
230 | backgroundColor: 'white' | 231 | backgroundColor: 'white' |
231 | }, | 232 | }, |
232 | listContainer: { | 233 | listContainer: { |
-
Please register or login to post a comment