Skip to content

Commit f25a59a

Browse files
fix: circle ci type error
1 parent 104c144 commit f25a59a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boilerplate/app/theme/typography.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// markdown file and add links from here
33

44
import { Platform } from "react-native"
5+
import type { FontSource } from "expo-font"
56
import {
67
SpaceGrotesk_300Light as spaceGroteskLight,
78
SpaceGrotesk_400Regular as spaceGroteskRegular,
@@ -19,7 +20,7 @@ export const customFontsToLoadWebOnly =
1920
spaceGroteskSemiBold,
2021
spaceGroteskBold,
2122
}
22-
: {}
23+
: ({} as Record<string, FontSource>)
2324

2425
const fonts = {
2526
spaceGrotesk: {

0 commit comments

Comments
 (0)