From 5f9126bafdea3264f4eec15aa3a34e1157610b1a Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 19 Dec 2024 01:10:34 +0000 Subject: [PATCH] Rm plugin --- app.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 2bbbfbd5a8..630ea5ad8c 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',