React Native获取手机屏幕宽高(Dimensions)

import { Dimensions } from 'react-native'

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

React Native获取手机屏幕宽高(Dimensions)_第1张图片

 React Native获取手机屏幕宽高(Dimensions)_第2张图片

 

参考链接:

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

https://chat.xutongbao.top/ 

你可能感兴趣的:(web前端,react,native,react.js,javascript)