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