react-native-grid-view icon indicating copy to clipboard operation
react-native-grid-view copied to clipboard

Different Device show different affect

Open mhfc007 opened this issue 9 years ago • 1 comments

hi thanks for your code.

I display 3 image per row , and i set width , on iPhone5 ,it fill the screen , but on iPhone6p it can't fill the screen .

how should i set width by percent ?

mhfc007 avatar Nov 03 '15 01:11 mhfc007

You could create a View around every image and give the view {flex: 1, justifyContent: 'center', alignItems: 'center'} as a style.

maluramichael avatar Jan 13 '16 14:01 maluramichael