feat(expo): update for 1.1.4#208
Conversation
There was a problem hiding this comment.
💡 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 |
There was a problem hiding this comment.
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 👍 / 👎.
Deploying with
|
| 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 |
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)
awaitConfigured()internally before invoking the native module, preventing race conditions when methods are called beforeconfigure()completes.Docs Checklist
content/docs/expo/index.mdx—SdkLatestVersionbumped fromv1.1.3tov1.1.4content/docs/expo/sdk-reference/index.mdx—SdkLatestVersionbumped fromv1.1.3tov1.1.4content/docs/expo/changelog.mdx— 1.1.4 entry added additively (history preserved)Verification
bun test: 37 pass, 0 failbun run build:cf: OOM killed in sandbox environment (infrastructure constraint, not related to docs changes)Notes / Follow-up
paywallPageViewevent 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
SdkLatestVersionto 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.