From c2ca84c636fe022c92f0e0d6fdf54033ceeb80a7 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 19 Dec 2024 01:16:32 +0000 Subject: Temporarily remove Bitdrift (#7173) * Temporarily remove Bitdrift * Rm plugin --- app.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 2bbbfbd5a..630ea5ad8 100644 --- a/app.config.js +++ b/app.config.js @@ -225,7 +225,8 @@ module.exports = function (config) { }, ], 'react-native-compressor', - '@bitdrift/react-native', + // TODO: Reenable when the build issue is fixed. + // '@bitdrift/react-native', './plugins/starterPackAppClipExtension/withStarterPackAppClip.js', './plugins/withAndroidManifestPlugin.js', './plugins/withAndroidManifestFCMIconPlugin.js', -- cgit 1.4.1