Android React Native - Integration Guide
This section covers integrating the Activations SDK into a React Native application on Android. The Activations SDK is a native Android library built with Jetpack Compose. React Native integration requires a native module bridge to launch the offer wall and receive callbacks.
Additional Prerequisites
- React Native 0.72+
- Kotlin enabled in your Android project
- Jetpack Compose dependencies (the Activations SDK bundles its own Compose runtime, but your app's Gradle must support it)