test: validate React Native scene host on Xcode 27 (MBL-2234) - #640
Closed
Shahroz16 wants to merge 17 commits into
Closed
test: validate React Native scene host on Xcode 27 (MBL-2234)#640Shahroz16 wants to merge 17 commits into
Shahroz16 wants to merge 17 commits into
Conversation
Contributor
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
Shahroz16
changed the base branch from
main
to
codex/mbl-2234-react-native-scene-deep-links
August 23, 2026 15:10
Shahroz16
force-pushed
the
codex/mbl-2234-react-native-scene-validation
branch
2 times, most recently
from
August 23, 2026 16:20
2f05b2a to
00a99ce
Compare
Shahroz16
force-pushed
the
codex/mbl-2234-react-native-scene-validation
branch
from
August 23, 2026 16:50
f45967e to
0d06a94
Compare
Contributor
Author
|
Final evidence for
This PR is test-only and is being closed without merge. |
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.
Test only, do not merge
Validates production #641 against an exact React Native 0.88 nightly scene host on the Xcode 27 runner.
The workflow pins the CLI, compatible stable template, React Native package, and companion
@react-native/*packages. It installs the autolinked wrapper plus APN and Live Activities subspecs, keeps the realCioAppDelegateWrapper, uploads both lockfiles, and validates the built scene manifest.The behavioral check requires an SDK-triggered warm URL to reach React Native Linking exactly once. The scene host also compiles and calls the production cold connection-options helper, but the simulator does not provide a terminated
simctl openurlthroughconnectionOptions.urlContexts. A real cold Live Activity tap therefore remains in the physical-device matrix rather than being claimed here.This is simulator evidence only. After the hosted evidence and independent review are recorded, close this PR without merging.