react-native-normalize icon indicating copy to clipboard operation
react-native-normalize copied to clipboard

Width dimension

Open VitaliyGaliy opened this issue 4 years ago • 5 comments

Could you explain why you have ' - 2 ' in the end in android width size?

const newSize = based === 'height' ? size * hscale : size * wscale; if (Platform.OS === 'ios') { return Math.round(PixelRatio.roundToNearestPixel(newSize)); } else { return Math.round(PixelRatio.roundToNearestPixel(newSize)) - 2; }

VitaliyGaliy avatar Apr 09 '20 10:04 VitaliyGaliy

waiting for an answer for this...

DeniferSantiago avatar May 04 '21 16:05 DeniferSantiago

Same

chefk5 avatar Oct 14 '21 09:10 chefk5

Same here.....

vijay14887 avatar May 09 '22 11:05 vijay14887

waiting for an answer for this...

guhcostan-tw avatar Aug 19 '22 14:08 guhcostan-tw

Waiting for an answer to this.........

kuldip-simform avatar Feb 05 '24 10:02 kuldip-simform