Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search bar text is white in iPhoneX #41

Open
zyan-dev opened this issue May 22, 2020 · 2 comments
Open

Search bar text is white in iPhoneX #41

zyan-dev opened this issue May 22, 2020 · 2 comments
Labels
Roadmap This is being tracked on the v1.0.0 roadmap

Comments

@zyan-dev
Copy link

zyan-dev commented May 22, 2020

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
/>

);

@chramos
Copy link

chramos commented Apr 16, 2021

same here

@arronhunt arronhunt added the Roadmap This is being tracked on the v1.0.0 roadmap label May 7, 2021
@arronhunt
Copy link
Owner

This should be fixed in v1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Roadmap This is being tracked on the v1.0.0 roadmap
Projects
None yet
Development

No branches or pull requests

3 participants