MCPcopy Create free account
hub / github.com/callstack/react-native-paper / configureV2Fonts

Function configureV2Fonts

src/styles/fonts.tsx:76–79  ·  view source on GitHub ↗
(config: MD2FontsConfig)

Source from the content-addressed store, hash-verified

74 | Partial<MD3Type>;
75
76function configureV2Fonts(config: MD2FontsConfig): Fonts {
77 const fonts = Platform.select({ ...fontConfig, ...config }) as Fonts;
78 return fonts;
79}
80
81function configureV3Fonts(
82 config: MD3FontsConfig

Callers 1

configureFontsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…