React Native中的布局

使用width和height react native中width和height没有单位,表示的是与设备像素密度无关的逻辑像素点 <View style={{width:100,height:100,backgroundColor: 'gray'}}> <Text style={{fontSize: 16}}>测试字体</Text> </View> 上面的width、height、font
相关文章
相关标签/搜索