...
|
...
|
@@ -205,7 +205,7 @@ let gpSoldOutImageHeight = Math.ceil(25 * DEVICE_WIDTH_RATIO); |
|
|
let styles = StyleSheet.create({
|
|
|
container: {
|
|
|
width: rowWidth,
|
|
|
height: Platform.OS === 'ios'?rowHeight:rowHeight+4,
|
|
|
height: Platform.OS === 'ios'?rowHeight+2:rowHeight+4,
|
|
|
marginTop: rowMarginTop,
|
|
|
marginBottom: rowMarginBottom,
|
|
|
overflow: 'hidden',
|
...
|
...
|
|