Skip to content

add expo sdk 53 support #10

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

add expo sdk 53 support #10

wants to merge 2 commits into from

Conversation

Kudo
Copy link

@Kudo Kudo commented May 2, 2025

Why

Expo SDK 53 introduces a breaking change in the devtools client transportation. We have to rebuild the webui from SDK 53.

How

  • Bump package version to SDK 53 compatible versions
  • update build:all, web:export scripts for npx expo export cannot output directory out of project root.
  • [webui] workaround babel runtime error because unstable_enablePackageExports is enabled by default.
  • [TODO] SDK 53 comes with React 19, we should update the prebuilt studio.js based on React 19. It throws the error currently Cannot read properties of undefined (reading 'ReactCurrentOwner')

@Kudo
Copy link
Author

Kudo commented May 2, 2025

any idea how to build the studio.js based on React 19?

@Kudo
Copy link
Author

Kudo commented May 9, 2025

@Kyrylo-Usichenko sorry to ping you directly. do you know how to build the studio.js based on react 19?

@thanhle98
Copy link

thanhle98 commented May 15, 2025

+1 person are looking for this PR to be merged, haha. Thank you guys

@icaliman
Copy link

+1

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.

3 participants