import { Dimensions } from 'react-native'; const { width, height } = Dimensions.get('window'); const isLandscape = width > height; export { isLandscape };