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

Function keyExtractor

example/src/ExampleList.tsx:133–133  ·  view source on GitHub ↗
(item: { id: string })

Source from the content-addressed store, hash-verified

131
132export default function ExampleList({ navigation }: Props) {
133 const keyExtractor = (item: { id: string }) => item.id;
134
135 const { colors, isV3 } = useExampleTheme();
136 const safeArea = useSafeAreaInsets();

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…