-
Notifications
You must be signed in to change notification settings - Fork 7
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: opening updates in expo go in android #722
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's open an issue to undo this patching linking to the original issue, so we can monitor it
27a2863
to
06d927e
Compare
@simoneb could you try the pr-722 update int he expo go app? 🙆♂️ |
function isExpoHosted() { | ||
const hostUri = getHostUri(); | ||
return !!(hostUri && | ||
(/^(.*\.)?(expo\.io|exp\.host|exp\.direct|expo\.test|expo\.dev)(:.*)?(\/.*)?$/.test(hostUri) || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|expo\.dev
was missing from this regex
🙃 @keith-kurak gave me the tip!
does expo have an open issue about this? can we contribute this back to them perhaps? in any case, let's track an issue in this repo to remind ourselves to undo this workaround |
|
fixes #719