UNPKG

generator-react-native-tvos

Version:
9 lines (6 loc) 143 B
import { Dimensions } from 'react-native'; const { width, height } = Dimensions.get('window'); export const device = { width, height, };