Add iOS App Clip (#4239)
* bump `@expo/config-plugins` for `withPodfile` * add app clip * update yarn.lock
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user