diff options
author | dan <dan.abramov@gmail.com> | 2024-12-19 01:16:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-19 01:16:32 +0000 |
commit | c2ca84c636fe022c92f0e0d6fdf54033ceeb80a7 (patch) | |
tree | 261c7b83f64fd7e49e6e1b52e6cd714396c0f32a /app.config.js | |
parent | e2dfe3f438c06ad4716fb0c652a9b65843c01cad (diff) | |
download | voidsky-c2ca84c636fe022c92f0e0d6fdf54033ceeb80a7.tar.zst |
Temporarily remove Bitdrift (#7173)
* Temporarily remove Bitdrift * Rm plugin
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 3 |
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', |