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

TabBarItem - fontFamily not respected #611

Closed
gezquinndesign opened this issue Jul 10, 2022 · 2 comments · Fixed by #613
Closed

TabBarItem - fontFamily not respected #611

gezquinndesign opened this issue Jul 10, 2022 · 2 comments · Fixed by #613

Comments

@gezquinndesign
Copy link

I've added a custom font to my app. That font is available and used by other react-native components but not navigation's TabBarItem component. I'm using the fontFamily prop to set the font, but it does not change. Repo can be found here: https://github.com/gezquinndesign/rn-monorepo.

@grahammendick
Copy link
Owner

Thanks. It turns out that since iOS 13 the TabBarItem font props stopped working. In iOS 13, UIKit changed the way TabBars are configured. Let me know if you want to work on the PR otherwise I'm happy to fix it

@gezquinndesign
Copy link
Author

Thanks for fixing! 👍

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 a pull request may close this issue.

2 participants