From 5f9f81f86ccc49be5b415674101cbb22bd6d5042 Mon Sep 17 00:00:00 2001 From: Snow Pettersen Date: Tue, 21 Jan 2025 13:44:31 -0700 Subject: Reenable bitdrift (#7405) --- app.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'app.config.js') 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', -- cgit 1.4.1