@optimove-inc/react-native
v3.1.1
Published
Optimove React Native SDK
Readme
Optimove-SDK-React-Native
Integration Guide
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.
Getting Started
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.
API Reference
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.
License
Optimove React Native SDK is available under the MIT license.
To run example app
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
To see changes
- example app changes: picked by Metro
- RN src changes:
yarn preparefrom root - Native changes:
yarn androidfrom example
Note
- To run it via Android Studio may need to open Android Studio from terminal
