Will Schurman
Will Schurman
# Why This is the second part of ENG-9068, summarized in https://github.com/expo/expo/pull/23147. This brings android to the same state that iOS is currently in main (though still need to make...
# Why This fixes the behavior of roll back to embedded update in the JS module methods `checkForUpdateAsync` and `fetchUpdateAsync`. Previously these didn't take into account selection policy or #...
# Why Blame: https://github.com/expo/expo/commit/0b66f7ddca830fc07b994e1371b091b24abb88ab The objective-c code was written in a way that suggested that this field should never be nil, so that constraint was added in as part of...
# Why Closes ENG-9113. This PR brings this up-to-date with the android implementation, which already has this method. # How Add method, use method. # Test Plan Build. # Checklist...
# Why Just to make this slightly more readable. Would be cool if we could auto-close it but most browsers don't allow `window.close` JS to be executed without interaction. #...
# Why As suggested in https://github.com/expo/eas-cli/pull/1875#discussion_r1229587098, we can just use the default port selection mechanism for starting a listener server for the SSO auth redirect. Closes ENG-8950. # How Change...
[expo-updates][Android] Fix case where launch wait ms timeout is greater than okhttp default timeout
# Why Noticed this while trying to debug e2e test failures, though this is unrelated to the failures. I noticed that okhttp has a default timeout of 10 seconds for...
# Why This message is a bit of a misnomer, both for previous releases and upcoming SDK 51 release (singly-versioned Expo Go). This PR updates it for the upcoming release...
# Why Alternative to https://github.com/expo/expo/pull/26839 that runs the fingerprint step at build time (same time as manifest generation happens). That PR summary should be read to see the context behind...
# Why https://github.com/expo/expo/pull/24126 added the first iteration of using `@expo/fingerprint` as a runtime version. After testing it, there's a few issues affecting it: - When the fingerprint is generated during...