From 6776c5b457d71604d8a875eb3dc3868c384d6226 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 13 Jun 2024 16:02:10 -0700 Subject: [PATCH] Revert "disable app clip extension" This reverts commit b69887d630e1403796579f17233915fcb0a965e7. --- app.config.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app.config.js b/app.config.js index 443b5ee855..7c0e30f6e1 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',