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

Gilroy dependency #36

Open
nandorojo opened this issue Apr 15, 2021 · 3 comments
Open

Gilroy dependency #36

nandorojo opened this issue Apr 15, 2021 · 3 comments
Assignees
Labels
issue: bug Something isn't working os: ios Operating System: iOS
Milestone

Comments

@nandorojo
Copy link

It looks like this library is using a custom font. This should probably not be done under the hood, but rather with a style or theme option.

fontFamily "Gilroy-Medium" is not a system font and has not been loaded through Font.loadAsync.

- If you intended to use a system font, make sure you typed the name correctly and that it is supported by your device operating system.
@likern likern added issue: bug Something isn't working os: ios Operating System: iOS labels Apr 15, 2021
@likern likern added this to the vnext milestone Apr 15, 2021
@likern likern self-assigned this Apr 15, 2021
@likern
Copy link
Contributor

likern commented Apr 15, 2021

@nandorojo Agree. I tested on Android and it uses default font if custom doesn't exist. Looks like not the case for iOS.

@sweetraare
Copy link

How can I use this library without installing that font?

@likern likern modified the milestones: vnext, v0.5.0 Oct 19, 2021
@likern
Copy link
Contributor

likern commented Oct 19, 2021

@sweetraare You can provide your own custom theme object, where you change fontFamily.

theme = CalendarThemeLight // <-- default, use your own

likern pushed a commit that referenced this issue Nov 1, 2021
)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.19...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Something isn't working os: ios Operating System: iOS
Projects
None yet
Development

No branches or pull requests

3 participants