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: Prevent negative font sizes #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rolandschuetz
Copy link

Fixes #66

@hassamarifdev
Copy link

image facing same problem

@hassamarifdev
Copy link

tabSize is 0 in the start and then it increases that's why it gives an error. please correct the code here
<Text style={{ textAlign: "center", paddingBottom: 8, // fontSize: tabSize - 4 fontSize: 20 }} > {category.symbol} </Text>

I just changed the fontSize and it works just fine.. I hope it will help.

@rolandschuetz
Copy link
Author

@hassamarifdev did you try and get these arrows with my pull request?

As you can see in my code change, I am making sure that there is no negative value.

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.

Getting error java.lang.IllegalArgumentException: FontSize should be a positive value. Current value: -72
2 participants