From 82726d56b727d97a5fefad719249506bf47ca505 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 4 Aug 2023 14:35:30 -0700 Subject: [PATCH] Version updates. --- app.json | 6 ++---- eas.json | 4 ++-- metro.config.js => xmetro.config.js | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) rename metro.config.js => xmetro.config.js (75%) diff --git a/app.json b/app.json index b1c689c..7b6ca12 100644 --- a/app.json +++ b/app.json @@ -23,7 +23,7 @@ }, "android": { "package": "com.rome.mobile", - "versionCode": 1, + "versionCode": 2, "googleServicesFile": "./google-services.json", "permissions": [ "android.permission.READ_EXTERNAL_STORAGE", @@ -42,9 +42,7 @@ "fallbackToCacheTimeout": 0, "url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48" }, - "assetBundlePatterns": [ - "**/*" - ], + "assetBundlePatterns": ["**/*"], "web": { "favicon": "./assets/RomeIcon.png", "config": { diff --git a/eas.json b/eas.json index d7627ee..f0f893c 100644 --- a/eas.json +++ b/eas.json @@ -9,13 +9,13 @@ "channel": "development" }, "test": { - "releaseChannel": "test", + "channel": "test", "env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" } }, "production": { - "releaseChannel": "production", + "channel": "production", "env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" } diff --git a/metro.config.js b/xmetro.config.js similarity index 75% rename from metro.config.js rename to xmetro.config.js index b533b8e..ab35ebb 100644 --- a/metro.config.js +++ b/xmetro.config.js @@ -1,4 +1,4 @@ -const { getDefaultConfig } = require("metro-config"); +const { getDefaultConfig } = require("expo/metro-config"); const { resolver: defaultResolver } = getDefaultConfig.getDefaultValues(); exports.resolver = { ...defaultResolver,