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

Upgrade to latest Expo SDK #1054

Open
RomuloVitoi opened this issue Mar 13, 2023 · 2 comments · May be fixed by #1381
Open

Upgrade to latest Expo SDK #1054

RomuloVitoi opened this issue Mar 13, 2023 · 2 comments · May be fixed by #1381
Assignees

Comments

@RomuloVitoi
Copy link
Contributor

RomuloVitoi commented Mar 13, 2023

See updates in the comments below

https://blog.expo.dev/expo-sdk-48-ccb8302e231

Expo 48 is deprecating the AuthSession’s useProxy options and their auth.expo.io service that was used to proxy the OAuth redirects via the Expo Go app due to security risks:

https://blog.expo.dev/security-advisory-for-developers-using-authsessions-useproxy-options-and-auth-expo-io-e470fe9346df

Here's is the migration guide to migrating from auth proxy and Expo Go to Development builds:

https://github.com/expo/fyi/blob/main/auth-proxy-migration.md

@RomuloVitoi RomuloVitoi self-assigned this Mar 13, 2023
@RomuloVitoi
Copy link
Contributor Author

There's currently an issue on iOS where the url is not properly encoded and the request to the auth proxy fails: expo/expo#21437

We should probably wait until this issue is fixed before making the upgrade.

@simoneb simoneb changed the title Upgrade to Expo 48 Upgrade to latest Expo SDK Dec 24, 2024
@simoneb
Copy link
Member

simoneb commented Dec 24, 2024

This issue was originally about updating to expo 48, which we didn't eventually do because of the blockers described above.

The current status is that Expo released new major versions and we stayed behind, which has been causing issues with running the application, specifically in Expo Go.

Considering that the application at the current time is not working on any platforms (Android, iOS, Expo Go), we can be less conservative and disregard and backwards compatibility, with the objective of making the app work again, at least in Expo Go.

@finnmerlett finnmerlett self-assigned this Jan 5, 2025
@finnmerlett finnmerlett linked a pull request Jan 7, 2025 that will close this issue
20 tasks
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 a pull request may close this issue.

3 participants