chore(deps): align expo packages - #345
Open
masch wants to merge 18 commits into
Open
Conversation
Owner
Author
|
This PR is currently blocked from upgrading Expo dependencies due to a CJS circular evaluation bug in the Reported upstream in NativeWind: nativewind/nativewind#1847 The Expo dependencies bump will be reverted for now to unblock the Makefile upgrades. |
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.
Summary
APP_VERSION_NAME="$(APP_VERSION_NAME)"explicitly tobunx expo-doctorandnpx expo install --checkinMakefiletargets (expo-doctor,expo-upgrade).apps/mobile/package.jsonto 56.0.17 recommendations.Reasoning
apps/mobile/app.config.tsrequiresAPP_VERSION_NAMEand throws if missing, causingmake expo-doctorandmake expo-upgradesubshells to fail without explicit environment variables.expo-doctordiagnostic warnings.Known Issues (Blocker)
react-native-cssBabel plugin for Web. Web builds currently crash at runtime withTypeError: Cannot read properties of undefined (reading 'default')on_exportsFlatList2.Test Plan
make expo-doctorto confirm Expo doctor checks run cleanly.make expo-upgradeto verify version checking works.make start-staging(Web) currently fails due to the NativeWind Babel plugin issue mentioned above.