UNPKG

react-native-styleman

Version:
8 lines (5 loc) 148 B
import { PixelRatio } from 'react-native'; const getRound = () => (value) => PixelRatio.roundToNearestPixel(value); export { getRound };