UNPKG

ridecabrider

Version:

RideCab Customer Ride Booking All Over Cyprus, Live Driver Tracking, Wallet, Payment Methods

13 lines (10 loc) 229 B
import { Dimensions } from 'react-native'; const width = Dimensions.get('window').width; const height = Dimensions.get('window').height; export default { window: { width, height, }, isSmallDevice: width < 375, };