Skip to main content
Install the MoEngage React Native plugin using the npm package manager. Link your native dependencies using the following code:

    $ 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
A working Sample App can be found here.
After installing the plugin use the following platform-specific configuration.