gpt4 book ai didi

React Native 中的 iOS TextInput 样式

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

<Button/>等元素和 <TextInput/>在 Android 上使用默认样式呈现,但在 iOS 上它们几乎没有样式。有没有办法在 iOS 上应用平台样式(例如边框和填充)而不用 CSS 复制它们?

例如

<View style={{flex:1, justifyContent: 'center'}}>
<Text>Please sign in</Text>
<TextInput placeholder="Username"/>
<TextInput placeholder="Password"/>
<Button onPress={() => {}} title="Sign in"/>
</View>

Android screenshot

iOS screenshot

最佳答案

https://github.com/tombenner/nui

要应用它们,您可以使用 platform.select

关于React Native 中的 iOS TextInput 样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41784839/

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