Skip to content

feat(expo): update for 1.1.3#205

Merged
dcrawbuck merged 2 commits into
mainfrom
update-expo-sdk-1.1.3
May 26, 2026
Merged

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

Conversation

@dcrawbuck
Copy link
Copy Markdown
Collaborator

@dcrawbuck dcrawbuck commented May 26, 2026

Summary

1.1.2 -> 1.1.3

Upstream diff/tag links:

Upstream changelog entry for 1.1.3:

Patch Changes

  • a8ba5af: Add localResources resolving for expo

Doc updates checklist

  • content/docs/expo/index.mdx — bumped SdkLatestVersion from v1.1.2 to v1.1.3
  • content/docs/expo/sdk-reference/index.mdx — bumped SdkLatestVersion from v1.1.2 to v1.1.3
  • content/docs/expo/changelog.mdx — added 1.1.3 entry additively (history preserved)
  • content/docs/expo/guides/configuring.mdx — documented new localResources option in the Expo-specific options TypeTable and added a prose + code example section explaining the swlocal:// URL scheme, accepted value types (Metro require(), file URI string, { uri } object)

Verification

  • bun test: 37 pass, 0 fail
  • bun 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

  • None identified. The localResources feature 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 localResources resolution so paywalls can load bundled assets via swlocal://<id>.

Version & release notes: SdkLatestVersion is 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>) — Metro require(), 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 on SuperwallProvider, 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.

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

cloudflare-workers-and-pages Bot commented May 26, 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 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.
@dcrawbuck dcrawbuck merged commit e755aad into main May 26, 2026
3 checks passed
@dcrawbuck dcrawbuck deleted the update-expo-sdk-1.1.3 branch May 26, 2026 22:07
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.

2 participants