Expo SDK

Overview

expo-reteno-sdk is an Expo module for Reteno mobile engagement features.

The SDK supports:

  • Expo development builds (Expo Go is not supported)
  • iOS 15.1 or later
  • Android 8.0 or later (minSdkVersion = 26)

Getting Started with Reteno SDK / Setup Guide

Initialization in v2.0.0

Expo SDK v2.0.0 supports two initialization paths:

  • Set sdkAccessToken in the platform plugin config to initialize automatically with default options.
  • Omit sdkAccessToken and call Reteno.initialize() from JavaScript to control debug mode, lifecycle tracking, session duration, initial in-app pause state, and iOS device token handling.

Do not combine the two paths. If sdkAccessToken is set, the SDK initializes before JavaScript runs and a later Reteno.initialize() call is a no-op.

License

Reteno Expo SDK is released under the MIT license.