diff --git a/Examples/UIExplorer/ListViewGridLayoutExample.js b/Examples/UIExplorer/ListViewGridLayoutExample.js index f23db0fa2d1..eadba937157 100644 --- a/Examples/UIExplorer/ListViewGridLayoutExample.js +++ b/Examples/UIExplorer/ListViewGridLayoutExample.js @@ -123,7 +123,8 @@ var styles = StyleSheet.create({ list: { justifyContent: 'space-around', flexDirection: 'row', - flexWrap: 'wrap' + flexWrap: 'wrap', + alignItems: 'flex-start' }, row: { justifyContent: 'center',