UNPKG

react-native-template-material-design

Version:
12 lines (9 loc) 187 B
import { Dimensions } from 'react-native'; const { width, height } = Dimensions.get('window'); export default { window: { width, height, }, isSmallDevice: width < 375, };