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

Allow switching between different versions of Expo Go #231

Merged
merged 1 commit into from
May 10, 2024

Conversation

jakub-gonet
Copy link
Member

When using RN IDE in projects that uses different Expo Go version, adb refused to install older version of Expo Go app unless -d flag is used. This resets app state (which shows welcome dialog, etc) so we only do it when first install fails.

Testing

Run expo-51 project on Android, then run expo-go project. Without this patch, it will fail with the message:

adb: failed to install ~/.expo/android-apk-cache/Exponent-2.30.11.apk: Failure [INSTALL_FAILED_VERSION_DOWNGRADE: Downgrade detected: Update version code 239 is older than current 249]

@jakub-gonet jakub-gonet requested a review from kmagiera May 10, 2024 10:55
Copy link

vercel bot commented May 10, 2024

@jakub-gonet is attempting to deploy a commit to the software-mansion Team on Vercel.

To accomplish this, @jakub-gonet needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

@jakub-gonet jakub-gonet merged commit d8210d2 into main May 10, 2024
0 of 2 checks passed
@jakub-gonet jakub-gonet deleted the jgonet/fix-switching-expo-versions branch May 10, 2024 11:22
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.

2 participants