From f96e4296dac550d0b566544188ac95f8a7bc3aa2 Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Fri, 10 Jul 2026 10:17:07 +0200 Subject: [PATCH] temp: different name and slug for android builds for parallel install with the main app --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index 49b626fa1b..84d6285f2e 100644 --- a/app.config.js +++ b/app.config.js @@ -45,7 +45,7 @@ module.exports = function (_config) { return { expo: { version: VERSION, - name: 'Bluesky', + name: IS_DEV ? 'Bluesky (New Arch)' : 'Bluesky', // TODO: revert before merging slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', @@ -196,7 +196,7 @@ module.exports = function (_config) { backgroundColor: '#006AFF', }, googleServicesFile: './google-services.json', - package: 'xyz.blueskyweb.app', + package: IS_DEV ? 'xyz.blueskyweb.app.newarch' : 'xyz.blueskyweb.app', // TODO: revert before merging intentFilters: [ { action: 'VIEW',