diff --git a/app.config.js b/app.config.js index 7b4c24e0ab..04b0fd7002 100644 --- a/app.config.js +++ b/app.config.js @@ -92,8 +92,9 @@ module.exports = function (config) { }, entitlements: { 'com.apple.security.application-groups': 'group.app.bsky', - 'com.apple.developer.associated-appclip-app-identifiers': + 'com.apple.developer.associated-appclip-app-identifiers': [ 'xyz.blueskyweb.app.appclip', + ], }, privacyManifests: { NSPrivacyAccessedAPITypes: [ @@ -211,6 +212,14 @@ module.exports = function (config) { { 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', @@ -255,6 +264,9 @@ module.exports = function (config) { 'com.apple.developer.associated-domains': ASSOCIATED_DOMAINS, 'com.apple.developer.on-demand-install-capable': true, + 'com.apple.developer.parent-application-identifiers': [ + 'xyz.blueskyweb.app', + ], }, }, ], diff --git a/yarn.lock b/yarn.lock index 20c295656c..c7a2eb1d95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18824,8 +18824,8 @@ react-keyed-flatten-children@^3.0.0: react-is "^18.2.0" react-native-app-clip@bluesky-social/react-native-app-clip: - version "0.2.4" - resolved "https://codeload.github.com/bluesky-social/react-native-app-clip/tar.gz/ad3968586ee4a5f301af9ebb86b467ee71019646" + version "0.3.0" + resolved "https://codeload.github.com/bluesky-social/react-native-app-clip/tar.gz/1e57a54516cdbb229d4a6f3effbb70d195f6d970" dependencies: "@expo/config-plugins" "~7.2.5" "@expo/plist" "^0.0.20"