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