React Native gets the width and height of the mobile phone screen (Dimensions)

import { Dimensions } from 'react-native'

console.log('Dimensions', Dimensions.get('window'))

 

 

Reference link:

https://www.reactnative.cn/docs/next/dimensions#%E6%96%B9%E6%B3%95

https://chat.xutongbao.top/ 

Guess you like

Origin blog.csdn.net/xutongbao/article/details/132103073