MCPcopy
hub / github.com/testshallpass/react-native-dropdownalert / ListItem

Interface ListItem

example/App.tsx:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import NotificationAndroid from './NotificationAndroid';
18
19interface ListItem {
20 name: string;
21 alertData?: DropdownAlertData;
22 alertProps?: DropdownAlertProps;
23 color: ColorValue;
24}
25
26export default function App(): React.JSX.Element {
27 const items: ListItem[] = [

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…