Add iOS App Clip (#4239)

* bump `@expo/config-plugins` for `withPodfile`

* add app clip

* update yarn.lock
This commit is contained in:
Hailey
2024-06-04 13:22:41 -07:00
committed by GitHub
parent 81cd1e0f2a
commit 0c8cfcca2a
3 changed files with 74 additions and 24 deletions
+7
View File
@@ -202,6 +202,13 @@ module.exports = function (config) {
sounds: PLATFORM === 'ios' ? ['assets/dm.aiff'] : ['assets/dm.mp3'],
},
],
[
'react-native-app-clip',
{
name: 'BlueskyAppClip',
groupIdentifier: 'group.app.bsky',
},
],
'./plugins/withAndroidManifestPlugin.js',
'./plugins/withAndroidManifestFCMIconPlugin.js',
'./plugins/withAndroidManifestLaunchModePlugin.js',