From 106e494b8b3e6ff21347383ed922d743879dbef9 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 9036d5e331..e5d52bc6e2 100644 --- a/app.config.js +++ b/app.config.js @@ -60,7 +60,7 @@ module.exports = function (config) { userInterfaceStyle: 'automatic', splash: SPLASH_CONFIG, ios: { - supportsTablet: false, + supportsTablet: true, bundleIdentifier: 'xyz.blueskyweb.app', config: { usesNonExemptEncryption: false,