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

Function configureFonts

src/styles/fonts.tsx:136–143  ·  view source on GitHub ↗
(params?: any)

Source from the content-addressed store, hash-verified

134}): MD3Typescale & { [key: string]: MD3Type };
135// eslint-disable-next-line no-redeclare
136export default function configureFonts(params?: any) {
137 const { isV3 = true, config } = params || {};
138
139 if (isV3) {
140 return configureV3Fonts(config);
141 }
142 return configureV2Fonts(config);
143}

Callers 8

TextExampleFunction · 0.85
TextInputExampleFunction · 0.85
Text.test.tsxFile · 0.85
DarkTheme.tsxFile · 0.85
LightTheme.tsxFile · 0.85
LightTheme.tsxFile · 0.85
fonts.test.jsFile · 0.85

Calls 2

configureV3FontsFunction · 0.85
configureV2FontsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…