diff options
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index 0e3031329..dae8ca38c 100644 --- a/app.config.js +++ b/app.config.js @@ -193,6 +193,7 @@ module.exports = function (_config) { plugins: [ 'expo-video', 'expo-localization', + 'expo-web-browser', [ 'react-native-edge-to-edge', {android: {enforceNavigationBarContrast: false}}, @@ -242,10 +243,8 @@ module.exports = function (_config) { './plugins/withAndroidStylesAccentColorPlugin.js', './plugins/withAndroidDayNightThemePlugin.js', './plugins/withAndroidNoJitpackPlugin.js', - './plugins/withNoBundleCompression.js', './plugins/shareExtension/withShareExtensions.js', './plugins/notificationsExtension/withNotificationsExtension.js', - './plugins/withAppDelegateReferrer.js', [ 'expo-font', { |