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

Function DialogContent

src/components/Dialog/DialogContent.tsx:39–43  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

37 * ```
38 */
39const DialogContent = (props: Props) => (
40 <View {...props} style={[styles.container, props.style]}>
41 {props.children}
42 </View>
43);
44
45DialogContent.displayName = 'Dialog.Content';
46

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…