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

Function customText

src/components/Typography/Text.tsx:185–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183const Component = forwardRef(Text) as TextComponent<never>;
184
185export const customText = <T,>() => Component as unknown as TextComponent<T>;
186
187export default Component;

Callers 2

Text.test.tsxFile · 0.90
TextExample.tsxFile · 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…