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

Function DefaultRenderer

src/components/TextInput/TextInput.tsx:196–196  ·  view source on GitHub ↗
(props: RenderProps)

Source from the content-addressed store, hash-verified

194>;
195
196const DefaultRenderer = (props: RenderProps) => <NativeTextInput {...props} />;
197
198/**
199 * A component to allow users to input text.

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…