From c4b07787673e0a91b496b7d2b681baedabd46e6a Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 5 Jun 2025 18:01:29 +0300 Subject: [PATCH] double the framerate --- app.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.config.js b/app.config.js index 0fa91f2ced..6450453dfc 100644 --- a/app.config.js +++ b/app.config.js @@ -55,6 +55,7 @@ module.exports = function (_config) { usesNonExemptEncryption: false, }, infoPlist: { + CADisableMinimumFrameDurationOnPhone: true, UIBackgroundModes: ['remote-notification'], NSCameraUsageDescription: 'Used for profile pictures, posts, and other kinds of content.',