(item: { id: string })
| 131 | |
| 132 | export default function ExampleList({ navigation }: Props) { |
| 133 | const keyExtractor = (item: { id: string }) => item.id; |
| 134 | |
| 135 | const { colors, isV3 } = useExampleTheme(); |
| 136 | const safeArea = useSafeAreaInsets(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…