From b557a5667c6bd825c0e099f00ca67be63ed2d301 Mon Sep 17 00:00:00 2001 From: jsu <41497174+jsubloom@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:04:41 -0500 Subject: [PATCH] [mobile] Add owner field to app.config Because bloombooks expo account was converted from personal to organization account. --- packages/mobile/app.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/mobile/app.config.js b/packages/mobile/app.config.js index c5737de..d73666a 100644 --- a/packages/mobile/app.config.js +++ b/packages/mobile/app.config.js @@ -8,6 +8,9 @@ export default { name: getAppName(), slug: "bloom-reader-lite-mobile", // Used in Expo URLs or the project name in Expo Go, I think. I don't think it needs to vary based on release channel. version: "1.0.0", + expo: { + owner: "bloombooks", + }, orientation: "portrait", icon: "./assets/BloomIcon.png", userInterfaceStyle: "light",