react-native-smart-dimension
Version:
A simple and lightweight React Native library for responsive dimensions, scaling, and adaptive UI design.
13 lines (12 loc) • 468 B
text/typescript
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";