This repository contains the Optimove React Native SDK. However, the documentation has moved to a central location where you can find comprehensive guides for all Optimove SDKs.
For full integration instructions, follow our Getting Started Guide. This step-by-step guide walks you through the integration process, with checkpoints to ensure everything is set up and working correctly.
For a detailed breakdown of the SDK’s capabilities, refer to the API Reference. This guide covers SDK initialization, analytics, event tracking, push notifications, in-app messaging, and deferred deep linking across all supported platforms.
Optimove React Native SDK is available under the MIT license.
yarn install— installs root depsyarn prepare— builds the SDK into /libyarn --cwd example install— install app depsyarn --cwd example start— start Metro bundler, keep it runningyarn --cwd example android/yarn --cwd example ios
- example app changes: picked by Metro
- RN src changes:
yarn preparefrom root - Native changes:
yarn androidfrom example
- To run it via Android Studio may need to open Android Studio from terminal