Remove direct dependency on @expo/config-plugins (#10152)

This commit is contained in:
Samuel Newman
2026-04-10 09:49:41 -07:00
committed by GitHub
parent c79dff9b3e
commit 19df58f1ef
25 changed files with 26 additions and 48 deletions
@@ -1,7 +1,6 @@
const {withEntitlementsPlist} = require('@expo/config-plugins')
const {withEntitlementsPlist} = require('expo/config-plugins')
const withAppEntitlements = config => {
// eslint-disable-next-line no-shadow
return withEntitlementsPlist(config, async config => {
config.modResults['com.apple.security.application-groups'] = [
`group.app.bsky`,