about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorSnow Pettersen <snowp@lyft.com>2025-01-21 13:44:31 -0700
committerGitHub <noreply@github.com>2025-01-21 20:44:31 +0000
commit5f9f81f86ccc49be5b415674101cbb22bd6d5042 (patch)
treece7e4b2baa4fda0914c1fcf22437ed47c9af0371 /app.config.js
parent8e00f044fea7bd3f430b176a5226a725245428eb (diff)
downloadvoidsky-5f9f81f86ccc49be5b415674101cbb22bd6d5042.tar.zst
Reenable bitdrift (#7405)
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js
index fc70ca333..b26175721 100644
--- a/app.config.js
+++ b/app.config.js
@@ -226,8 +226,12 @@ module.exports = function (config) {
           },
         ],
         'react-native-compressor',
-        // TODO: Reenable when the build issue is fixed.
-        // '@bitdrift/react-native',
+        [
+          '@bitdrift/react-native',
+          {
+            networkInstrumentation: true,
+          },
+        ],
         './plugins/starterPackAppClipExtension/withStarterPackAppClip.js',
         './plugins/withAndroidManifestPlugin.js',
         './plugins/withAndroidManifestFCMIconPlugin.js',