Skip to content

feat(expo): update for 1.1.4#208

Merged
dcrawbuck merged 2 commits into
mainfrom
update-expo-sdk-1.1.4
Jun 2, 2026
Merged

feat(expo): update for 1.1.4#208
dcrawbuck merged 2 commits into
mainfrom
update-expo-sdk-1.1.4

Conversation

@dcrawbuck
Copy link
Copy Markdown
Collaborator

@dcrawbuck dcrawbuck commented Jun 2, 2026

Summary

1.1.3 -> 1.1.4

Upstream diff: superwall/expo-superwall@v1.1.3...v1.1.4

Changelog source: https://github.com/superwall/expo-superwall/blob/main/CHANGELOG.md

Changes

Patch Changes (1.1.4)

  • b23c170: Ensure that methods await for config finish before triggering — all SDK methods now call awaitConfigured() internally before invoking the native module, preventing race conditions when methods are called before configure() completes.
  • 0aa884e: Update podspec to pick proper iOS target — podspec now dynamically mirrors the ExpoModulesCore deployment target (15.1 floor) to resolve build failures on Expo SDK 56+.

Docs Checklist

  • content/docs/expo/index.mdxSdkLatestVersion bumped from v1.1.3 to v1.1.4
  • content/docs/expo/sdk-reference/index.mdxSdkLatestVersion bumped from v1.1.3 to v1.1.4
  • content/docs/expo/changelog.mdx — 1.1.4 entry added additively (history preserved)

Verification

  • bun test: 37 pass, 0 fail
  • bun run build:cf: OOM killed in sandbox environment (infrastructure constraint, not related to docs changes)

Notes / Follow-up

  • No new public API surface was added in this release — only internal behavior changes (await-config gating) and iOS podspec fix.
  • Android paywallPageView event is now bridged on Android (was iOS-only in 1.1.0). No docs change needed — the event was already documented as cross-platform in the 1.1.0 entry.

Note

Low Risk
Documentation-only updates with no runtime or API changes in this repository.

Overview
Documents Superwall Expo SDK v1.1.4 across the Expo docs: adds a 1.1.4 changelog entry (config-await gating before native calls; podspec iOS deployment target alignment for Expo SDK 56+), bumps SdkLatestVersion to v1.1.4 on the main and SDK reference pages, and clarifies iOS deployment targets in install and bare React Native guides (15.1 floor, 16.4+ when on Expo SDK 56+). Also fixes a missing newline at the end of the bare RN guide.

Reviewed by Cursor Bugbot for commit 0127a40. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e5564f2257

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

### Patch Changes

- b23c170: Ensure that methods await for config finish before triggering
- 0aa884e: Update podspec to pick proper iOS target
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Document the Expo 56 deployment-target bump

Because 1.1.4 changes the podspec to mirror ExpoModulesCore's installed iOS/tvOS deployment target, Expo SDK 56+ projects now need their app target to be at least ExpoModulesCore's minimum (the upstream podspec comment calls out 16.4 for SDK 56+). The install guide still tells users to set deploymentTarget to 15.1, and the bare React Native Expo-modules guide says the same, so users following the docs on Expo 56+ can still hit the CocoaPods “required a higher minimum deployment target” failure this release is meant to address. Please update the version-targeting/setup docs to say 15.1 is only the floor and to match ExpoModulesCore's minimum when it is higher.

Useful? React with 👍 / 👎.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 2, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
superwall-docs-staging 0127a40 Commit Preview URL

Branch Preview URL
Jun 02 2026, 07:41 PM

@dcrawbuck dcrawbuck merged commit be94ced into main Jun 2, 2026
3 checks passed
@dcrawbuck dcrawbuck deleted the update-expo-sdk-1.1.4 branch June 2, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant