UNPKG

react-native-web-hooks

Version:
5 lines 176 B
import { PixelRatio } from 'react-native'; export default function useREM(multiple) { return PixelRatio.getFontScale() * 16 * multiple; } //# sourceMappingURL=useREM.js.map