gpt4 book ai didi

react-native - React Native for iOS 中宽度、高度、填充等的默认单位是什么?

转载 作者:行者123 更新时间:2023-12-04 04:02:21 26 4
gpt4 key购买 nike

我正在为 iOS 构建一个 React Native 应用程序。 facebook 文档说宽度、高度、填充、边距等需要一个数字。

我想知道样式的默认单位是什么。

<View style={styles.box}>
<Text style={styles.text}> Test Component </Text>
</View>

var styles = ReactNative.StyleSheet.create({
box: {
padding: 10,
width:100,
height:100,
},
text: {
color: 'black',
fontSize: 30,
},
});

最佳答案

来自 docs :

All dimensions in React Native are unitless, and represent density-independent pixels. Setting dimensions this way is common for components that should always render at exactly the same size, regardless of screen dimensions.



所以单位尺寸是dp。

关于react-native - React Native for iOS 中宽度、高度、填充等的默认单位是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42650857/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com