From 93c171b403a993a5b942a6333b4de54b99b9265a Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 5 Sep 2024 08:27:28 -0700 Subject: [Video] Use `expo-video` from fork (#5159) --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index cd8a4b034..25014ee8f 100644 --- a/app.config.js +++ b/app.config.js @@ -191,7 +191,7 @@ module.exports = function (config) { 'expo-build-properties', { ios: { - deploymentTarget: '14.0', + deploymentTarget: '15.1', newArchEnabled: false, }, android: { -- cgit 1.4.1