UNPKG

react-native-smart-dimension

Version:

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

5 lines (4 loc) 133 B
export declare const useDeviceType: () => { isTablet: boolean; platform: "ios" | "android" | "windows" | "macos" | "web"; };