diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-16 20:11:56 +0000 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2025-01-16 15:39:02 -0600 |
commit | c7666917f2d9de62c8ee8ab26cbd0293ffadb287 (patch) | |
tree | 17062938b649420335990bf2c06654305c64989a /app.config.js | |
parent | e01fc2fbaf5a381c273bf8dbe762882604301c0b (diff) | |
download | voidsky-c7666917f2d9de62c8ee8ab26cbd0293ffadb287.tar.zst |
more deps
(cherry picked from commit 9b8f20f1919193611aec2322306564ffd5570c78)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index d7428f5ae..720981754 100644 --- a/app.config.js +++ b/app.config.js @@ -191,6 +191,7 @@ module.exports = function (config) { channel: UPDATES_CHANNEL, }, plugins: [ + 'expo-video', 'expo-localization', USE_SENTRY && [ '@sentry/react-native/expo', |