diff --git a/app.json b/app.json index 666eae8..6a1f64f 100644 --- a/app.json +++ b/app.json @@ -22,7 +22,11 @@ "backgroundImage": "./assets/images/android-icon-background.png", "monochromeImage": "./assets/images/android-icon-monochrome.png" }, - "predictiveBackGestureEnabled": false + "predictiveBackGestureEnabled": false, + "permissions": [ + "android.permission.USE_BIOMETRIC", + "android.permission.USE_FINGERPRINT" + ] }, "web": { "bundler": "metro", @@ -61,7 +65,28 @@ "extra": { "router": { "origin": false + }, + "eas": { + "build": { + "experimental": { + "ios": { + "appExtensions": [ + { + "targetName": "ExpoWidgetsTarget", + "bundleIdentifier": "com.beenvoice.app.ExpoWidgetsTarget", + "entitlements": { + "com.apple.security.application-groups": [ + "group.com.beenvoice.app" + ] + } + } + ] + } + } + }, + "projectId": "cdc31bf6-9c8d-49cd-aa28-7f56cbffd7d2" } - } + }, + "owner": "soconnor0919" } }