-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapp.json
More file actions
62 lines (62 loc) · 1.3 KB
/
app.json
File metadata and controls
62 lines (62 loc) · 1.3 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
61
62
{
"expo": {
"name": "finding",
"slug": "Finding",
"scheme": "finding",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./img/findingAndroidLogo.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./img/findingLogo.png",
"resizeMode": "contain",
"backgroundColor": "#0f2890"
},
"assetBundlePatterns": [
"**/*"
],
"jsEngine": "hermes",
"ios": {
"jsEngine": "jsc",
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./img/findingLogo.png",
"backgroundColor": "#0f2890"
},
"package": "com.smksmk.Finding"
},
"web": {
"favicon": "./img/findingLogo.png"
},
"plugins": [
[
"@stripe/stripe-react-native",
{
"merchantIdentifier": "finding.dev",
"enableGooglePay": true
}
],
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
]
],
"extra": {
"eas": {
"projectId": "696e84a5-23bb-4264-9a11-605b2b43e45b"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/696e84a5-23bb-4264-9a11-605b2b43e45b"
}
}
}