From 8f06ba70bb02a9dc3f09285719bd1585cc43aaeb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 6 Jul 2024 01:50:03 +0100 Subject: Video compression in composer (#4638) Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey --- app.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 4a4491228..1467f762f 100644 --- a/app.config.js +++ b/app.config.js @@ -211,6 +211,8 @@ module.exports = function (config) { sounds: PLATFORM === 'ios' ? ['assets/dm.aiff'] : ['assets/dm.mp3'], }, ], + 'expo-video', + 'react-native-compressor', './plugins/starterPackAppClipExtension/withStarterPackAppClip.js', './plugins/withAndroidManifestPlugin.js', './plugins/withAndroidManifestFCMIconPlugin.js', -- cgit 1.4.1