> ## 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 React Native plugin using npm and link your native dependencies.

<Info>
  Connect your IDE to the [MoEngage docs MCP server](/docs/developer-guide/connect-your-ide-to-moengage-docs) for accurate, context-aware SDK guidance inside your development environment. Your assistant searches this documentation directly, helping you move through the integration with confidence.
</Info>

Install the MoEngage React Native plugin using the npm package manager.

Link your native dependencies using the following code:

<CodeGroup>
  ```shell Shell theme={null}

      $ npm install react-native-moengage
      # required only if you are using versions that do not support auto linking
      # This command is removed in version 0.69 of react-native
      $ react-native link react-native-moengage
  ```
</CodeGroup>

<Info>
  A working Sample App can be found [here](https://github.com/moengage/React-Native/tree/master/SampleApp).
</Info>

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

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