npm.io
3.2.0 • Published 4 weeks ago

@optimove-inc/react-native

Licence
MIT
Version
3.2.0
Deps
0
Size
124 kB
Vulns
0
Weekly
0
Stars
1

Optimove-SDK-React-Native

GitHub release (latest by date) GitHub

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

  1. yarn install — installs root deps
  2. yarn prepare — builds the SDK into /lib
  3. yarn --cwd example install — install app deps
  4. yarn --cwd example start — start Metro bundler, keep it running
  5. yarn --cwd example android / yarn --cwd example ios

To see changes

  • example app changes: picked by Metro
  • RN src changes: yarn prepare from root
  • Native changes: yarn android from example

Note

  • To run it via Android Studio may need to open Android Studio from terminal