From f3a1ae9553fafc7b2150efb6bc88a2dcb2d866c8 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 28 Sep 2023 13:41:48 -0700 Subject: [PATCH] Enable tablet mode --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index ecdbffb6c1..80980cdd36 100644 --- a/app.config.js +++ b/app.config.js @@ -77,7 +77,7 @@ module.exports = function (config) { // hsl(211, 99%, 53%), same as palette.default.brandText primaryColor: '#1083fe', ios: { - supportsTablet: false, + supportsTablet: true, bundleIdentifier: 'xyz.blueskyweb.app', config: { usesNonExemptEncryption: false,