Bump Expo version in integration tests - #13
Open
ofalvai wants to merge 1 commit into
Open
Conversation
ofalvai
force-pushed
the
push-olszlqxqmzwn
branch
from
August 3, 2026 14:00
3367175 to
3fa3800
Compare
ofalvai
force-pushed
the
push-olszlqxqmzwn
branch
from
August 4, 2026 08:25
3fa3800 to
2165d52
Compare
ofalvai
marked this pull request as ready for review
August 4, 2026 08:29
ofalvai
force-pushed
the
push-olszlqxqmzwn
branch
from
August 4, 2026 09:26
2165d52 to
2bbc2dc
Compare
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.
Context
We are testing against Expo 55 at the moment.
Related PRs: #14, #15
Investigation details, decisions
Removal of
expo-build-propertiesplugin: this is no longer needed, it was used to raise the deployment target to 15.5 (CodePush SDK itself requires that version). Expo raised the minimum deployment target to16.4, so this can be cleaned up now.Our Expo configuration plugin (
expo.js): confirmed that it's still working and can perform the code rewrites in a fresh Expo project.