-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
60 lines (60 loc) · 1.53 KB
/
app.json
File metadata and controls
60 lines (60 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"expo": {
"name": "RNPasskeyDemo",
"slug": "rnpasskey-demo",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": false,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.timmyjose.passkeydemo",
"associatedDomains": [
"webcredentials:passkey-assets-hosting.web.app"
],
"appleTeamId": "N8XNN99644"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"package": "com.timmyjose.passkeydemo",
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"extraDependencies": [
"androidx.credentials:credentials-play-services-auth:1.5.0"
]
}
}],
[
"./src/plugins/withAndroidAssetStatements.js",
{
"site": "https://passkey-assets-hosting.web.app",
"sha256": "A3:28:2A:CF:25:2E:89:F8:30:F9:52:EA:42:51:81:2E:E9:B6:28:00:06:B0:0D:C4:36:09:EE:F7:16:33:F1:AA",
"packageName": "com.timmyjose.passkeydemo"
}
]
],
"extra": {
"eas": {
"projectId": "273fda5b-396d-45fd-b597-e820cfd21900"
}
},
"owner": "timmyjose"
}
}