You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the standalone Expo example to consume @0xsequence/oms-react-native-sdk@0.1.0-alpha.2 from npm. Keeps the README dependency snippet aligned with the example manifest.
Changes
Bump @0xsequence/oms-react-native-sdk from 0.1.0-alpha.1 to 0.1.0-alpha.2 in examples/expo-example/package.json.
Refresh examples/expo-example/package-lock.json for the alpha.2 tarball and package metadata.
Update the Expo example README snippet to alpha.2.
Testing
git diff --check
cd examples/expo-example && npm run typecheck
Notes
This PR is independent from the Swift SDK CocoaPods README metadata PR.
Version Alignment: ✅ This correctly follows the recent 0.1.0-alpha.2 release (commit 571ae0d)
Additional Notes
The package-lock.json shows the updated integrity hash and resolves from the correct npm registry
Lockfile also shows the workspace configuration update (!examples/expo-example) which is expected
The PR description correctly mentions this is independent from other SDK metadata PRs
Author performed appropriate testing (typecheck + git diff --check)
No issues found. Ready to merge.
tolgahan-arikan
changed the title
chore(expo-example): update SDK alpha
chore(expo-example): update expo example to consume latest SDK version
Jun 10, 2026
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
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
Updates the standalone Expo example to consume
@0xsequence/oms-react-native-sdk@0.1.0-alpha.2from npm. Keeps the README dependency snippet aligned with the example manifest.Changes
@0xsequence/oms-react-native-sdkfrom0.1.0-alpha.1to0.1.0-alpha.2inexamples/expo-example/package.json.examples/expo-example/package-lock.jsonfor the alpha.2 tarball and package metadata.Testing
git diff --checkcd examples/expo-example && npm run typecheckNotes
This PR is independent from the Swift SDK CocoaPods README metadata PR.