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

# Framework Dependency

> Install the MoEngage Cards plugin for React Native using the npm package manager.

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={null}
  $ 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>
