diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-12-24 20:05:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 20:05:54 +0000 |
commit | 6c9e1d4837e9e385da5ca0c89c28000ad25c70d8 (patch) | |
tree | 8de94bf059fc4065cf228b63f50f23840ceda4d8 /yarn.lock | |
parent | f05962a4928e5102e6abe773e938ae8ab941a2c4 (diff) | |
download | voidsky-6c9e1d4837e9e385da5ca0c89c28000ad25c70d8.tar.zst |
Unlock orientation when lightbox is open (#7257)
* unlock orientation when lightbox is open * rm outer safe area view, make sure alt text is safe * restore safe area view for android 14 and below * lock orientation on launch for android * set system ui background to black when lightbox is open * reset state on relayout * catch async functions with noops * rm superfluous catches * Delay unlock until after animation * Simplify how key is determined * Make landscape backdrop opaque --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index df8572a28..27c3b4fad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10621,6 +10621,11 @@ expo-pwa@0.0.127: commander "2.20.0" update-check "1.5.3" +expo-screen-orientation@^8.0.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-8.0.2.tgz#69139a1967557a331188d36b4dd615a0e220c2a0" + integrity sha512-YsY7Oumlv1WsHLQVgl1f+vAiMZfzUPGyVF2xc7jxmHKtM+jMzIflDl2qKLGfoB0S9Pgg6Z8V4+c+A8wlCURw4A== + expo-sharing@^13.0.0: version "13.0.0" resolved "https://registry.yarnpkg.com/expo-sharing/-/expo-sharing-13.0.0.tgz#fbc46f4afdaa265a2811fe88c2a589aae2d2de0f" |