Skip to content

Commit 7c3b5e0

Browse files
Emil SjolanderMorgan Pretty
authored andcommitted
Fix ListViewGridLayoutExample Fixes facebook#8248
Reviewed By: javache Differential Revision: D3469544 fbshipit-source-id: 6fad3a7b6f7cafbb833818b7b7a3afb3e127bbcf
1 parent 8a3f0a6 commit 7c3b5e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/UIExplorer/ListViewGridLayoutExample.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ var styles = StyleSheet.create({
123123
list: {
124124
justifyContent: 'space-around',
125125
flexDirection: 'row',
126-
flexWrap: 'wrap'
126+
flexWrap: 'wrap',
127+
alignItems: 'flex-start'
127128
},
128129
row: {
129130
justifyContent: 'center',

0 commit comments

Comments
 (0)