feat(expo): update for 1.1.3#205
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | d2263d1 | Commit Preview URL Branch Preview URL |
May 26 2026, 09:50 PM |
Adds a dedicated Local Resources guide for the Expo SDK that mirrors the ios/android structure, with :::expo blocks in the shared partial covering registration, supported source types, and provider setup. Scopes the partial's Related links per-SDK so they resolve correctly for each platform.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
1.1.2 -> 1.1.3
Upstream diff/tag links:
v1.1.2...v1.1.3reference/expo/CHANGELOG.mdUpstream changelog entry for 1.1.3:
Doc updates checklist
content/docs/expo/index.mdx— bumpedSdkLatestVersionfromv1.1.2tov1.1.3content/docs/expo/sdk-reference/index.mdx— bumpedSdkLatestVersionfromv1.1.2tov1.1.3content/docs/expo/changelog.mdx— added1.1.3entry additively (history preserved)content/docs/expo/guides/configuring.mdx— documented newlocalResourcesoption in the Expo-specific optionsTypeTableand added a prose + code example section explaining theswlocal://URL scheme, accepted value types (Metrorequire(), file URI string,{ uri }object)Verification
bun test: 37 pass, 0 failbun run build:cf: MDX transformation succeeded; full Vite build OOM-killed due to sandbox memory constraints (not a code issue)Follow-up tasks / known gaps
localResourcesfeature is a configuration-only change with no breaking changes or new public APIs beyond the new option field.Note
Low Risk
Documentation-only updates with no runtime or API behavior changes in this repo.
Overview
Documents Expo SDK v1.1.3, which adds
localResourcesresolution so paywalls can load bundled assets viaswlocal://<id>.Version & release notes:
SdkLatestVersionis bumped to v1.1.3 on the Expo welcome and SDK reference pages; changelog gains a 1.1.3 entry for localResources resolving.Configuration: The configuring guide’s options table now documents
localResources(Record<string, LocalResource>) — Metrorequire(), file URI strings, or{ uri }objects, resolved at configure time.New guide & shared content: A Local Resources guide is added under Expo (nav in
meta.json) and pulls in shared docs extended with Expo-specific setup onSuperwallProvider, supported source types, version requirement (1.1.3+), and links back to configuring.Reviewed by Cursor Bugbot for commit d2263d1. Bugbot is set up for automated code reviews on this repo. Configure here.