gpt4 book ai didi

javascript - React Native 边框宽度 6s Plus

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:07:20 25 4
gpt4 key购买 nike

所以我在 React Native 中遇到了一个非常奇怪的问题。

当我为 borderWidth 使用 0.5 时,它只在 iPhone 6s Plus 模拟器上显示非常粗的线条。我可以更正它,但是通过查看它何时是 6s Plus 尺寸但没有得到我想要的 0.5 宽度。

任何想法都有助于让 0.5 正常工作。

halfTopBorder: {
borderTopWidth: 0.5,
borderColor: styleVariables.borderColor
},

//Changed to...

halfTopBorder: {
borderTopWidth: styleVariables.windowHeight === 736 ? 1 : 0.5,
borderColor: styleVariables.borderColor
},

最佳答案

您想使用 StyleSheet.hairlineWidth。它会让你在所有设备上都有清晰的线条:)

关于javascript - React Native 边框宽度 6s Plus,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36651744/

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