Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Upgrade
react-native-harness,@react-native-harness/platform-android,@react-native-harness/platform-apple, and@react-native-harness/uifrom 1.4.0-rc.1 to 1.5.0, with the corresponding Bun lockfile update. This includes upstream fixes for native Promise handling, skipped-test reporting, process cleanup, and device resource locking.Reviewed the 1.4.0, 1.4.1, and 1.5.0 release notes and current APIs. No migration or patch removal is needed: the React Native IPv6 patch and Device Farm launch/signing setup are still required. Keep full app restarts between test files to isolate native camera state; the new optional runtime-only reset is not appropriate here. The new CI helpers target Harness's official GitHub Action, which our workflows do not use, and none of the deprecated configuration options are present.
Validation:
bun install --frozen-lockfile,bun run build, example/test TypeScript check, and Biome check passed.