UNPKG

react-native-utils-scale

Version:

Provide solutions to make your app flexible for different screen sizes, different devices.

17 lines 364 B
import { useDetectDevice, useScale } from './toolkit'; const { deviceInch, hasNotch, height, isAndroid, isIOS, isSmallDevice, isTablet, width } = useDetectDevice; const { fontScale, scale } = useScale; export { deviceInch, hasNotch, height, isAndroid, isIOS, isSmallDevice, isTablet, width, fontScale, scale }; //# sourceMappingURL=index.js.map