React Native中的iOS TextInput样式

时间:2017-01-21 21:41:38

标签: ios react-native

<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

1 个答案:

答案 0 :(得分:0)

https://github.com/tombenner/nui

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