From 02b849996c8bd202e12e3a0fa1fbb8f11fac3be1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 7 Apr 2026 14:13:24 -0700 Subject: [PATCH] Double the framerate (#8446) --- app.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.config.js b/app.config.js index 58a8c86a3c..5b32a2e296 100644 --- a/app.config.js +++ b/app.config.js @@ -64,6 +64,7 @@ module.exports = function (_config) { }, icon: IOS_ICON_FILE, infoPlist: { + CADisableMinimumFrameDurationOnPhone: true, UIBackgroundModes: ['remote-notification'], NSCameraUsageDescription: 'Used for profile pictures, posts, and other kinds of content.',