UNPKG

react-native-dropdown-autocomplete

Version:

[npm-badge]: https://img.shields.io/npm/v/react-native-dropdown-autocomplete.svg?colorA=6b7c93&colorB=5ab1b8&style=flat-square [npm-url]: https://www.npmjs.com/package/react-native-dropdown-autocomplete [npm-downloads]: https://img.shields.io/npm/dt/react

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, };