From b69887d630e1403796579f17233915fcb0a965e7 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 13 Jun 2024 15:47:56 -0700 Subject: [PATCH] disable app clip extension --- app.config.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app.config.js b/app.config.js index 7c0e30f6e1..443b5ee855 100644 --- a/app.config.js +++ b/app.config.js @@ -207,21 +207,21 @@ module.exports = function (config) { sounds: PLATFORM === 'ios' ? ['assets/dm.aiff'] : ['assets/dm.mp3'], }, ], - [ - 'react-native-app-clip', - { - name: 'BlueskyAppClip', - groupIdentifier: 'group.app.bsky', - excludedPackages: [ - '@bam.tech/react-native-image-resizer', - '@braintree/sanitize-url', - '@discord/bottom-sheet', - '@emoji-mart/react', - '@floating-ui/dom', - '@floating-ui/react-dom', - ], - }, - ], + // [ + // 'react-native-app-clip', + // { + // name: 'BlueskyAppClip', + // groupIdentifier: 'group.app.bsky', + // excludedPackages: [ + // '@bam.tech/react-native-image-resizer', + // '@braintree/sanitize-url', + // '@discord/bottom-sheet', + // '@emoji-mart/react', + // '@floating-ui/dom', + // '@floating-ui/react-dom', + // ], + // }, + // ], './plugins/withAndroidManifestPlugin.js', './plugins/withAndroidManifestFCMIconPlugin.js', './plugins/withAndroidStylesWindowBackgroundPlugin.js',