react-native-monorepo
react-native-monorepo copied to clipboard
Gilroy dependency
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 Agree. I tested on Android and it uses default font if custom doesn't exist. Looks like not the case for iOS.
How can I use this library without installing that font?
@sweetraare You can provide your own custom theme
object, where you change fontFamily
.
theme = CalendarThemeLight // <-- default, use your own