UNPKG

@logisticinfotech/react-native-tabbed-bar

Version:
8 lines (6 loc) 283 B
import { Dimensions, Platform } from 'react-native'; const Constants = { scrWidth: Dimensions.get(Platform.select({ ios: 'screen', android: 'window' })).width, scrHeight: Dimensions.get(Platform.select({ ios: 'screen', android: 'window' })).height, }; export default Constants;