UNPKG

react-native-numeric-input

Version:
4 lines (3 loc) 137 B
import {Dimensions} from 'react-native' const { height, width } = Dimensions.get('window'); export const DIMENSIONS = { height, width };