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 8469a94 commit b61ae65Copy full SHA for b61ae65
1 file changed
src/Native.res
@@ -7,17 +7,9 @@ type themeColors = {
7
notification: string,
8
}
9
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
-
17
type theme = {
18
dark: bool,
19
colors: themeColors,
20
- fonts: themeFonts,
21
22
23
@module("@react-navigation/native")
0 commit comments