UNPKG

react-native-story-component

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