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

Function CenteredCheckbox

example/src/Examples/ListItemExample.tsx:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import ScreenWrapper from '../ScreenWrapper';
7
8const CenteredCheckbox = () => (
9 <View style={styles.centered}>
10 <Checkbox status="checked" />
11 </View>
12);
13
14const ListItemExample = () => {
15 return (

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…