UNPKG

react-native-dynamic-shimmer

Version:
8 lines 284 B
import { Dimensions } from 'react-native'; /** * Get the width and height of the device screen. * @returns {ScaledSize} - the width and height of the device screen. */ const { width, height } = Dimensions.get('window'); export { height, width }; //# sourceMappingURL=Metrics.js.map