We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104c144 commit f25a59aCopy full SHA for f25a59a
boilerplate/app/theme/typography.ts
@@ -2,6 +2,7 @@
2
// markdown file and add links from here
3
4
import { Platform } from "react-native"
5
+import type { FontSource } from "expo-font"
6
import {
7
SpaceGrotesk_300Light as spaceGroteskLight,
8
SpaceGrotesk_400Regular as spaceGroteskRegular,
@@ -19,7 +20,7 @@ export const customFontsToLoadWebOnly =
19
20
spaceGroteskSemiBold,
21
spaceGroteskBold,
22
}
- : {}
23
+ : ({} as Record<string, FontSource>)
24
25
const fonts = {
26
spaceGrotesk: {
0 commit comments