美文网首页
react-native 布局篇

react-native 布局篇

作者: 甘言川 | 来源:发表于2016-06-27 22:03 被阅读262次

    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