react-native获取android的屏幕宽度和高度(单位是dp)
//不需要用npm安装,react-native环境自带的包(node_module目录下没有找到,可能是react-native打包的时候定义别名(alias))。
import Dimensions from 'Dimensions';
- Dimensions.get('window').width
- Dimensions.get('window').height
react-native获取android的屏幕宽度和高度(单位是dp)
//不需要用npm安装,react-native环境自带的包(node_module目录下没有找到,可能是react-native打包的时候定义别名(alias))。
import Dimensions from 'Dimensions';
- Dimensions.get('window').width
- Dimensions.get('window').height
本文标题:react-native 布局篇
本文链接:https://www.haomeiwen.com/subject/poazdttx.html
网友评论