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

Function createConfiguredFontTheme

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

Source from the content-addressed store, hash-verified

43type CombinedTheme = typeof CombinedDefaultTheme;
44
45export const createConfiguredFontTheme = (theme: CombinedTheme) => ({
46 ...theme,
47 fonts: configureFonts({
48 config: {
49 fontFamily: 'Abel',
50 },
51 }),
52});
53
54export const createConfiguredFontNavigationTheme = (theme: CombinedTheme) => ({
55 ...theme,

Callers 2

PaperExampleFunction · 0.90
PaperExampleFunction · 0.90

Calls 1

configureFontsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…