layout.js 132 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import {Dimensions} from 'react-native'; const {width, height} = Dimensions.get('screen'); export default{ width, height }