Migrating from React Native SDK
Guide to migrating from the legacy React Native SDK
Important: Expo SDK 53+ Required
This SDK is exclusively compatible with Expo SDK version 53 and newer. For projects using older Expo versions, please use our legacy React Native SDK.
This guide is to help you migrate your project using the legacy react-native-superwall
SDK to the new Expo SDK. The expo-superwall/compat
SDK is intended to make it easy for existing projects to migrate over.
Installation
First, you need to install expo-superwall
using your package manager of choice.
Basic Setup
Configure the SDK with your Public API Key. You'll retrieve this from the Superwall settings page, same as your existing React Native project.
Identify User
Present a Paywall
Listen to Events
How is this guide?