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

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](/developer-guide/react-native-sdk/sdk-integration/react-native/sdk-installation/android)
* [iOS](/developer-guide/react-native-sdk/sdk-integration/react-native/sdk-installation/ios)
