Skip to content

chore: upgrade to expo v53#322

Merged
im-adithya merged 14 commits intomasterfrom
chore/expo-v53
Jul 22, 2025
Merged

chore: upgrade to expo v53#322
im-adithya merged 14 commits intomasterfrom
chore/expo-v53

Conversation

@im-adithya
Copy link
Copy Markdown
Member

@im-adithya im-adithya commented Jul 15, 2025

Fixes #311

Notable things:

  • Deep linking fails because of an expo router issue (I feel it is a bug, tried to report but they need a reproducible example, will make that when I find time and open a new one) - For now I have a fix which works in c1c44b5
  • Used verbatimModuleSyntax which is introduced in typescript v5, looks useful, I think we should use that in other projects too
  • Updated rnr components to use directly from primitives package than manually copy pasting in components/primitives
  • A long pending navbar issue got fixed so made a change to revert the hack in 681190e
  • CameraView component no longer accepts children and I realized it is autofocus anyways and not focus prop so turned it on by default (it's only for iOS)

@im-adithya im-adithya requested a review from rolznz July 15, 2025 18:01
Copy link
Copy Markdown
Contributor

@rolznz rolznz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK (with minor comments)

@im-adithya im-adithya merged commit 7604e63 into master Jul 22, 2025
2 checks passed
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.

Update expo to v53

2 participants