about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-12-19 01:16:32 +0000
committerGitHub <noreply@github.com>2024-12-19 01:16:32 +0000
commitc2ca84c636fe022c92f0e0d6fdf54033ceeb80a7 (patch)
tree261c7b83f64fd7e49e6e1b52e6cd714396c0f32a /app.config.js
parente2dfe3f438c06ad4716fb0c652a9b65843c01cad (diff)
downloadvoidsky-c2ca84c636fe022c92f0e0d6fdf54033ceeb80a7.tar.zst
Temporarily remove Bitdrift (#7173)
* Temporarily remove Bitdrift

* Rm plugin
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js3
1 files changed, 2 insertions, 1 deletions
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',