Installation
Expo
Install the Superwall React Native SDK via your favorite package manager. To see the latest release, check out the repository.
Note that Superwall does not refetch its configuration during hot reloads. So, if you add products, edit a paywall, or otherwise change anything with Superwall, re-run your app to see those changes.
Superwall requires iOS 14.0 or higher, aswell as Android SDK 26 or higher. Ensure you Expo targets the correct minimum OS version by updating app.json or app.config.js.
Version Targeting
First, install the expo-build-properties
config plugin if your Expo project hasn’t yet:
Then, add the following to your app.json
or app.config.js
file:
And you’re done! Now you’re ready to configure the SDK 👇