From 240f3e02239cf843de54906a3786ba9a8a5e82db Mon Sep 17 00:00:00 2001 From: SDK Docs Bot Date: Fri, 13 Mar 2026 16:24:39 +0000 Subject: [PATCH 1/2] feat(expo): update for v1.0.8 --- content/docs/expo/changelog.mdx | 13 +++++++++++++ content/docs/expo/index.mdx | 2 +- content/docs/expo/sdk-reference/index.mdx | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/content/docs/expo/changelog.mdx b/content/docs/expo/changelog.mdx index 62e92d5..83b16b7 100644 --- a/content/docs/expo/changelog.mdx +++ b/content/docs/expo/changelog.mdx @@ -5,6 +5,19 @@ description: "Release notes for the Superwall Expo SDK" # Changelog +## 1.0.8 + +### Patch Changes + +- d0f5d72: Bump Android SDK version +- 9c51c45: Bump iOS SDK to 4.14.1 + +## 1.0.7 + +### Patch Changes + +- 6a8fea6: Fix compat event decoding for `paywallPreloadStart`. + ## 1.0.5 ### Patch Changes diff --git a/content/docs/expo/index.mdx b/content/docs/expo/index.mdx index 06e9732..85909ce 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 c21aa96..ddf243b 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). - + From 07e5ff696f61957c152eb37c0d5fc870d90fed13 Mon Sep 17 00:00:00 2001 From: Duncan Crawbuck Date: Fri, 13 Mar 2026 12:23:22 -0700 Subject: [PATCH 2/2] fix(expo): restore 1.0.6 changelog entry --- content/docs/expo/changelog.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/docs/expo/changelog.mdx b/content/docs/expo/changelog.mdx index 83b16b7..eecbe22 100644 --- a/content/docs/expo/changelog.mdx +++ b/content/docs/expo/changelog.mdx @@ -18,6 +18,15 @@ description: "Release notes for the Superwall Expo SDK" - 6a8fea6: Fix compat event decoding for `paywallPreloadStart`. +## 1.0.6 + +### Patch Changes + +- a343340: Prevent `configure()` from settling its Expo promise more than once during + native setup on iOS and Android. This avoids crashes such as + `PromiseAlreadySettledException` if the native SDK completion handler is + invoked more than once. + ## 1.0.5 ### Patch Changes