-
Notifications
You must be signed in to change notification settings - Fork 299
Change arrow down and arrow up color. #632
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
Comments
Hey the best approach here is to create your own arrows and render them with ArrowUpIconComponent and ArrowDownIconComponent https://hossein-zare.github.io/react-native-dropdown-picker-website/docs/advanced/icons It will be nice to change the color but at the moment its not possible, or go directly into the code and patch it hard-coded |
i believe arrowIconStyle is the arrow and arrowIconContainerStyle is the thing that contains it, but it is not visible since it has no borders or background color on default |
Late but here's the solution:
|
Nice! Would you mind to explain why tintColor works? |
@murat-mehmet how to solve the typing issue here?
|
I would just cast to The type definition is incorrect in index.d.ts. I just opened PR #735 to fix it. |
For me this did the trick. iconStyle={{ tintColor: '#57D497' }} |
Uh oh!
There was an error while loading. Please reload this page.
I want to change the color for the arrow down or up icon.
How can I change the icon color, what is the difference between arrowIconStyle and arrowIconContainerStyle?
The text was updated successfully, but these errors were encountered: