UNPKG

react-native-panda-ui

Version:

A set of easily styled components to get you started fast

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