> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-sdk-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Framework Initialization

# Cards Plugin Initialization

Initialize the Cards plugin after the component is mounted.

<CodeGroup>
  ```typescript TypeScript theme={"theme":{"light":"github-light","dark":"github-dark"}}
  import ReactMoEngageCards from "react-native-moengage-cards";
  ReactMoEngageCards.initialize(YOUR_Workspace_ID);
  ```
</CodeGroup>

<Info>
  There is no platform-specific initialization required.
</Info>
