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

fix(expo-contacts): presentFormAsync promise on Android #29201

Merged
merged 4 commits into from
Jun 5, 2024

Conversation

jp1987
Copy link
Contributor

@jp1987 jp1987 commented May 29, 2024

Why

Closes #28951

How

This fixes an issue where the promise of presentFormAsync resolves immediately when using it the first time, but subsequent calls give an unhandled rejection.

Test Plan

Manually tested in bare-expo.

Checklist

@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels May 30, 2024
@EvanBacon EvanBacon requested review from lukmccall and removed request for EvanBacon May 30, 2024 18:04
Copy link
Collaborator

@alanjhughes alanjhughes left a comment

Choose a reason for hiding this comment

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

Looks good 👍
Can you resolve the conflict and I will merge?

@jp1987
Copy link
Contributor Author

jp1987 commented Jun 5, 2024

Looks good 👍 Can you resolve the conflict and I will merge?

@alanjhughes done!

@alanjhughes alanjhughes merged commit 49c358f into expo:main Jun 5, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[expo-contacts]: Contacts.presentFormAsync breaks on Android
3 participants