MCPcopy Index your code
hub / github.com/callstack/react-native-paper / createConfiguredFontNavigationTheme

Function createConfiguredFontNavigationTheme

example/utils/themes.ts:54–75  ·  view source on GitHub ↗
(theme: CombinedTheme)

Source from the content-addressed store, hash-verified

52});
53
54export const createConfiguredFontNavigationTheme = (theme: CombinedTheme) => ({
55 ...theme,
56 fonts: {
57 ...theme.fonts,
58 regular: {
59 ...theme.fonts.regular,
60 fontFamily: 'Abel',
61 },
62 medium: {
63 ...theme.fonts.medium,
64 fontFamily: 'Abel',
65 },
66 heavy: {
67 ...theme.fonts.heavy,
68 fontFamily: 'Abel',
69 },
70 bold: {
71 ...theme.fonts.bold,
72 fontFamily: 'Abel',
73 },
74 },
75});

Callers 2

PaperExampleFunction · 0.90
PaperExampleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…