diff options
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', |