react-native-normalize
react-native-normalize copied to clipboard
Width dimension
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; }
waiting for an answer for this...
Same
Same here.....
waiting for an answer for this...
Waiting for an answer to this.........