Skip to content

Commit

Permalink
[mobile] Add owner field to app.config
Browse files Browse the repository at this point in the history
Because bloombooks expo account was converted from personal to organization account.
  • Loading branch information
jsubloom committed Sep 12, 2023
1 parent d2f440d commit b557a56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mobile/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b557a56

Please sign in to comment.