Skip to content

Commit b61ae65

Browse files
committed
Remove themeFonts again as that's v7 API
1 parent 8469a94 commit b61ae65

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Native.res

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,9 @@ type themeColors = {
77
notification: string,
88
}
99

10-
type themeFonts = {
11-
regular: ReactNative.Style.t,
12-
medium: ReactNative.Style.t,
13-
bold: ReactNative.Style.t,
14-
heavy: ReactNative.Style.t,
15-
}
16-
1710
type theme = {
1811
dark: bool,
1912
colors: themeColors,
20-
fonts: themeFonts,
2113
}
2214

2315
@module("@react-navigation/native")

0 commit comments

Comments
 (0)