-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
39 lines (39 loc) · 1013 Bytes
/
app.json
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
{
"expo": {
"name": "PICK",
"slug": "PICK",
"version": "2.0.3",
"orientation": "portrait",
"icon": "./app/assets/main.png",
"userInterfaceStyle": "light",
"platforms": ["ios", "android", "web"],
"splash": {
"image": "./app/assets/main.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"sdkVersion": "51.0.0",
"jsEngine": "hermes",
"assetBundlePatterns": ["**/*"],
"android": {
"versionCode": 15,
"adaptiveIcon": {
"foregroundImage": "./app/assets/main.png",
"backgroundColor": "#ffffff"
},
"package": "com.sevenstandard.PICK",
"googleServicesFile": "google-services.json"
},
"packagerOpts": {
"config": "metro.config.js",
"sourceExts": ["ts", "tsx", "js", "jsx", "svg"]
},
"extra": {
"eas": {
"projectId": "342bfabd-2278-47bd-9ac9-a10c9042ccb3"
}
},
"owner": "seven-standard",
"plugins": ["expo-asset", "expo-font"]
}
}