MCPcopy Create free account
hub / github.com/Iterable/react-native-sdk / Inbox

Function Inbox

example/src/components/Inbox/Inbox.tsx:9–19  ·  view source on GitHub ↗
(props: IterableInboxProps)

Source from the content-addressed store, hash-verified

7import { iterableInboxCustomization } from './Inbox.constants';
8
9export const Inbox = (props: IterableInboxProps) => {
10 const { returnToInboxTrigger } = useIterableApp();
11
12 return (
13 <IterableInbox
14 returnToInboxTrigger={returnToInboxTrigger}
15 customizations={iterableInboxCustomization}
16 {...props}
17 />
18 );
19};
20
21export default Inbox;

Callers

nothing calls this directly

Calls 1

useIterableAppFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…