RN_适配宽高

import {Dimensions} from 'react-native'

const screenWidth = Math.round(Dimensions.get('window').width)
const screenHeight = Math.round(Dimensions.get('window').height)

 

posted @ 2024-03-26 15:48  木木的奇奇  阅读(0)  评论(0编辑  收藏  举报