UNPKG

react-native-daterange-picker

Version:

Date range and single date picker for React Native (Supports iOS and Android)

5 lines (3 loc) 150 B
import {Dimensions} from 'react-native'; export const height = Dimensions.get('screen').height; export const width = Dimensions.get('screen').width;