UNPKG

@wolf-tp/react-native-boilerplate

Version:

React Native Template

5 lines (3 loc) 132 B
import { Dimensions } from 'react-native'; export const { width: windowWidth, height: windowHeight } = Dimensions.get('window');