react-native-grid-view
react-native-grid-view copied to clipboard
Different Device show different affect
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 ?
You could create a View around every image and give the view {flex: 1, justifyContent: 'center', alignItems: 'center'}
as a style.