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

feat: add custom fonts support #135

Merged
merged 2 commits into from
Nov 10, 2024
Merged

feat: add custom fonts support #135

merged 2 commits into from
Nov 10, 2024

Conversation

okwasniewski
Copy link
Collaborator

@okwasniewski okwasniewski commented Nov 9, 2024

This PR adds custom font support.

CleanShot 2024-11-09 at 15 15 28@2x

Solves #107

Fonts can be defined on the navigator level like so:

    <Tab.Navigator
      tabLabelStyle={{
        fontFamily: 'Avenir',
        fontSize: 15,
      }}
    >

@okwasniewski okwasniewski changed the title feat: add fonts feat: add custom fonts support Nov 9, 2024
@okwasniewski okwasniewski merged commit 0307fe7 into main Nov 10, 2024
7 checks passed
@okwasniewski okwasniewski deleted the feat/fonts branch November 10, 2024 08:31
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.

1 participant