Enable tablet mode

This commit is contained in:
Paul Frazee
2023-09-28 13:41:48 -07:00
committed by Samuel Newman
parent a49a5a351d
commit 106e494b8b
+1 -1
View File
@@ -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,