> ## 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 Dependency

Install MoEngage's Cards Plugin to your application, using the npm package manager. 

![Download](https://badge.fury.io/js/react-native-moengage-cards.svg?style=flat)

<CodeGroup>
  ```shell Shell theme={"theme":{"light":"github-light","dark":"github-dark"}}
  $ npm install react-native-moengage-cards
  ```
</CodeGroup>

After installing the plugin, use the following platform-specific configuration.

* [Android](/developer-guide/react-native-sdk/cards/installation/android)
* [iOS](/developer-guide/react-native-sdk/cards/installation/ios)

<Warning>
  This plugin is dependent on `react-native-moengage` plugin. Make sure you have installed the `react-native-moengage` plugin as well. Refer to the [documentation](/developer-guide/react-native-sdk/sdk-integration/react-native/sdk-installation/framework-dependency) for the same.
</Warning>
