UNPKG

react-native-smart-dimension

Version:

A simple and lightweight React Native library for responsive dimensions, scaling, and adaptive UI design.

6 lines (5 loc) 444 B
export { useDimensionsListener } from "./hooks/useDimensionsListener"; export { useDeviceType } from "./hooks/useDeviceType"; export { useResponsiveHeight, useResponsiveWidth, useResponsiveFontSize, useResponsiveScreenHeight, useResponsiveScreenWidth, useResponsiveScreenFontSize } from "./hooks/useResponsive"; export { useTableView } from "./hooks/useTableView"; export { percentageCalculation, fontCalculation } from "./utils/calculations";