Skip to content

Search bar text is white in iPhoneX #41

Open
@zyan-dev

Description

Screen Shot 2020-05-22 at 11 03 00 AM

The search text is black on all devices except iPhoneX.
I think theme should be applied to the search bar text as well. (see below)

const Searchbar = (

<TextInput
style={styles.search}
placeholder={placeholder}
clearButtonMode="always"
returnKeyType="done"
autoCorrect={false}
underlineColorAndroid={theme}
value={searchQuery}
onChangeText={this.handleSearch}
color={theme} // Add this
/>

);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    RoadmapThis is being tracked on the v1.0.0 roadmap

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions