From 108f69da92dcaa07064da119395429e10693cfdc Mon Sep 17 00:00:00 2001 From: Superwall Bot Date: Thu, 18 Jun 2026 16:06:34 +0000 Subject: [PATCH] feat(expo): update for 1.1.5 --- content/docs/expo/changelog.mdx | 7 +++++++ content/docs/expo/index.mdx | 2 +- content/docs/expo/sdk-reference/index.mdx | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/content/docs/expo/changelog.mdx b/content/docs/expo/changelog.mdx index bc7ae6f..9723c55 100644 --- a/content/docs/expo/changelog.mdx +++ b/content/docs/expo/changelog.mdx @@ -5,6 +5,13 @@ description: "Release notes for the Superwall Expo SDK" # Changelog +## 1.1.5 + +### Patch Changes + +- 45be124: Fix purchase events being dropped on cold start when using a custom purchase controller, which left the paywall spinner stuck forever. The native module emitted events through a single static reference that was overwritten by every module instance, so when more than one app context exists (e.g. expo-dev-client's launcher plus the app) the reference could point at an instance whose JS runtime never subscribed and `onPurchase`/`onPurchaseRestore` were silently dropped. Native events are now emitted to every live module instance (tracked weakly) instead of only the most recently created one. +- 85fce3f: Add `shouldShowWebPurchaseConfirmationAlert` to `PaywallOptions` in the compat layer. + ## 1.1.4 ### Patch Changes diff --git a/content/docs/expo/index.mdx b/content/docs/expo/index.mdx index 4e05584..075056e 100644 --- a/content/docs/expo/index.mdx +++ b/content/docs/expo/index.mdx @@ -47,4 +47,4 @@ If you have feedback on any of our docs, please leave a rating and message at th If you have any issues please [open an issue on GitHub](https://github.com/superwall/expo-superwall/issues). - + diff --git a/content/docs/expo/sdk-reference/index.mdx b/content/docs/expo/sdk-reference/index.mdx index fda9639..84ceab3 100644 --- a/content/docs/expo/sdk-reference/index.mdx +++ b/content/docs/expo/sdk-reference/index.mdx @@ -15,4 +15,4 @@ If you have feedback on any of our docs, please leave a rating and message at th If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/expo-superwall/issues). - +