react-native-monorepo icon indicating copy to clipboard operation
react-native-monorepo copied to clipboard

Gilroy dependency

Open nandorojo opened this issue 3 years ago • 3 comments

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.

nandorojo avatar Apr 15 '21 16:04 nandorojo

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

likern avatar Apr 15 '21 18:04 likern

How can I use this library without installing that font?

sweetraare avatar Sep 21 '21 14:09 sweetraare

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

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

likern avatar Oct 19 '21 19:10 likern