feat(expo): update for 1.1.6#225
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 982d5e8cdb
ℹ️ 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 | ||
|
|
||
| - 063189f: Update android version to 2.7.17 |
There was a problem hiding this comment.
Correct the native Android version in the changelog
In the upstream v1.1.5...v1.1.6 diff, android/build.gradle changes com.superwall.sdk:superwall-android from 2.7.15 to 2.7.16, not 2.7.17; leaving this line as-is tells Android Expo users that 1.1.6 includes the 2.7.17 native fixes when it does not. Please align the changelog, or sync it after the upstream changelog is corrected, before publishing.
Useful? React with 👍 / 👎.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs | ca9ce8b | Commit Preview URL Branch Preview URL |
Jun 26 2026, 08:12 PM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4751ea70cd
ℹ️ 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".
| Collect or infer: | ||
|
|
||
| 1. `sdk`: one of `ios`, `android`, `flutter`, `expo`, or `react-native` | ||
| 2. `newVersion`: semantic version, including `v` prefix only when the docs convention already uses it |
There was a problem hiding this comment.
Pass bare SDK versions to the nested reviewer
For Expo, the docs marker uses v1.1.6, but the existing update/review workflow treats newVersion as bare semver for commit titles and changelog sections while adding v only when constructing Expo git tags. If this auto-review infers newVersion from the Expo docs convention and passes v1.1.6 to review-sdk-update-pr, the sub-reviewer will check for the wrong title format such as feat(expo): update for v1.1.6 and can also build double-prefixed tag names. Keep newVersion bare and track any docs/tag prefix separately; the mirrored .claude skill needs the same correction.
Useful? React with 👍 / 👎.
| Before the first sub-agent: | ||
|
|
||
| - Check `git status --short --branch`. | ||
| - Identify the base branch. Prefer PR metadata (`gh pr view --json baseRefName`) when available; otherwise use `origin/main`. |
There was a problem hiding this comment.
Fall back to a local base when no origin exists
When this skill is run in a local review checkout without GitHub PR metadata, this fallback makes the next command use origin/main; in the current repo context there is no remote-tracking origin/main (git rev-parse origin/main fails), so changed-file discovery stops before the reviewer can run. Prefer the local main branch or the candidate's parent when origin/main is unavailable; apply the same fix to the mirrored .claude skill.
Useful? React with 👍 / 👎.
Summary
1.1.5 -> 1.1.6
Upstream diff:
v1.1.5...v1.1.6on https://github.com/superwall/expo-superwallUpstream changelog source:
reference/expo/CHANGELOG.mdChanges
This is a patch release that bumps the internal Android native dependency from 2.7.15 to 2.7.16. No public API changes or setup changes.
Doc updates checklist
SdkLatestVersionincontent/docs/expo/index.mdxfromv1.1.5tov1.1.6SdkLatestVersionincontent/docs/expo/sdk-reference/index.mdxfromv1.1.5tov1.1.61.1.6changelog entry tocontent/docs/expo/changelog.mdxadditively (existing history preserved)Verification
bun test: 65 pass, 0 failbun run build:cf: OOM killed in sandbox environment (memory constraint), not a code issueFollow-up tasks / known gaps
None — this patch release only bumps an internal Android dependency.
Note
Low Risk
Documentation and internal agent-skill changes only; no runtime product code or auth/data paths.
Overview
Documents Superwall Expo SDK 1.1.6 in the docs site and adds agent tooling to close out future SDK doc bump PRs.
Expo docs:
SdkLatestVersionis bumped from v1.1.5 to v1.1.6 on the welcome page and SDK reference overview. A new 1.1.6 section at the top ofchangelog.mdxrecords a patch that updates the bundled Android native SDK to 2.7.17 (prior entries unchanged).Agent skills: Introduces
autoreview-sdk-update-pr, a coordinator skill that runs repeated read-only reviews viareview-sdk-update-pr, fixes only verified issues locally, and re-verifies until clean. A.claude/skillssymlink points at the same skill under.agents/skills.Reviewed by Cursor Bugbot for commit ca9ce8b. Bugbot is set up for automated code reviews on this repo. Configure here.