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

Function Title

src/components/Typography/v2/Title.tsx:32–39  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

30 * ```
31 */
32const Title = (props: Props) => (
33 <StyledText
34 {...props}
35 alpha={0.87}
36 family="medium"
37 style={[styles.text, props.style]}
38 />
39);
40
41export default Title;
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…