react-native开发常用宏义
发布时间:2020-12-15 06:28:12 所属栏目:百科 来源:网络整理
导读:// 获取设备屏幕宽export const widthDevice = Dimensions.get('window').width;// 获取设备屏幕高export const heightDevice = Dimensions.get('window').height; 注意,获取设备信息时,需要导入 Dimensions import { Dimensions} from 'react-native'; 学
// 获取设备屏幕宽 export const widthDevice = Dimensions.get('window').width; // 获取设备屏幕高 export const heightDevice = Dimensions.get('window').height; 注意,获取设备信息时,需要导入Dimensions import { Dimensions } from 'react-native'; 学习交流:https://gitee.com/potato512/Learn_ReactNative react-native学习交流QQ群:806870562 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |