//获取屏幕宽度 var Dimensions = require('Dimensions'); var width = Dimensions.get('window').width; console.log(width);