Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated Expo app.json config for SDK 52 #462

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ProchaLu
Copy link
Member

@ProchaLu ProchaLu commented Nov 18, 2024

❗ Don't merge. We need to consider the different Cohorts since this change will break the Expo React Native setup for the Fall 2024 curriculum.

Follow up PR

This PR updates the project configuration to align with the changes introduced in Expo SDK 52. With the release of SDK 52, the extra configuration steps required for SDK 51 are no longer necessary. Initializing a new project using the command pnpm create expo-app@latest . sets up the app.json file for Expo Router, including the following settings:

  • expo.newArchEnabled = true
  • expo.experiments.typedRoutes = true

Additionally, the settings for expo.plugins.expo-build-properties have been removed, as these are now built into SDK 52.

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant