diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-08-09 03:24:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-09 03:24:38 +0100 |
commit | a4f0c9c753ec8844eda094080d81fbba566de7df (patch) | |
tree | 32f61eb60dde5671c786240b9d8c3920caf5595e /package.json | |
parent | 4350dbc853766dc4ba7cc304b7a12505ef0c4781 (diff) | |
download | voidsky-a4f0c9c753ec8844eda094080d81fbba566de7df.tar.zst |
[Video] more minor tweaks (#4906)
* update expo-video * pause when on a different screen * rm collapsable * add mute/unmute button --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index faeee448c..7c6e13afb 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "expo-system-ui": "~3.0.4", "expo-task-manager": "~11.8.1", "expo-updates": "~0.25.14", - "expo-video": "^1.1.10", + "expo-video": "^1.2.4", "expo-web-browser": "~13.0.3", "fast-text-encoding": "^1.0.6", "history": "^5.3.0", |