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

Fix tintColor android issue #38

Merged
merged 1 commit into from
Jul 2, 2021
Merged

Fix tintColor android issue #38

merged 1 commit into from
Jul 2, 2021

Conversation

mzachariadis
Copy link
Contributor

The missing default prop of titleColor leads to error on Android OS when the tintColor is used.
This PR solves the #36 and #29 issues.

Until this PR is merged, a workaround could be the use of both titleColor and tintColor in the object props.

@ahtisham09
Copy link

You need to send all the parameters as android class file try to get tint color and title color prop and if its null then there is no default values set to parse.

@mzachariadis
Copy link
Contributor Author

Exactly! This is what this PR resolves. In the documentation there are default values available. Default value means that the prop definition is optional.

@prscX
Copy link
Owner

prscX commented Jul 2, 2021

@mzachariadis for the Effort and PR.

I have merged the PR.

Thank
</ Pranav >

@prscX prscX merged commit eb3ba04 into prscX:master Jul 2, 2021
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

Successfully merging this pull request may close these issues.

3 participants