import { Dimensions } from 'react-native'; console.log({ width: Dimensions.get('window').width, height: Dimensions.get('window').height })