diff options
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', |