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

Colors set off after update to v2 #260

Open
alysa-atc opened this issue Nov 24, 2020 · 0 comments
Open

Colors set off after update to v2 #260

alysa-atc opened this issue Nov 24, 2020 · 0 comments

Comments

@alysa-atc
Copy link

alysa-atc commented Nov 24, 2020

Because of expo update, I had to change from react-native-material-dropdown to react-native-material-dropdown-v2.
textColor changes to default when an option is selected. Besides, the bottom line is dark. I tried many different approaches with selectedItemColor etc and none worked.

My code is:

<Dropdown
   placeholder='Select role'
   placeholderTextColor={Colors.basicColor2}
   data={this.state.selectOptions}
   baseColor={Colors.basicColor2}
   textColor={Colors.basicColor2}
   onChangeText={this.onChangeText} />

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant