diff options
author | Snow Pettersen <snowp@lyft.com> | 2025-01-21 13:44:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-21 20:44:31 +0000 |
commit | 5f9f81f86ccc49be5b415674101cbb22bd6d5042 (patch) | |
tree | ce7e4b2baa4fda0914c1fcf22437ed47c9af0371 /app.config.js | |
parent | 8e00f044fea7bd3f430b176a5226a725245428eb (diff) | |
download | voidsky-5f9f81f86ccc49be5b415674101cbb22bd6d5042.tar.zst |
Reenable bitdrift (#7405)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 8 |
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', |