-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
executable file
·52 lines (52 loc) · 1.25 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"expo": {
"name": "fitnee",
"slug": "fitnee",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "light",
"icon": "./assets/AppIcon.png",
"splash": {
"image": "./assets/Splash.png",
"resizeMode": "contain",
"backgroundColor": "#F6F8FA"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "co.gpthealth.fitnee",
"buildNumber": "1.2.0"
},
"android": {
"package": "co.gpthealth.fitnee",
"versionCode": 9,
"adaptiveIcon": {
"foregroundImage": "./assets/AppIcon.png",
"backgroundColor": "#F6F8FA"
}
},
"web": {
"favicon": "./assets/AppIcon.png"
},
"plugins": [
[
"react-native-admob-native-ads",
{
"androidAppId": "ca-app-pub-3940256099942544~3347511713 ",
"iosAppId": "ca-app-pub-1137387637064734~7645400814",
"facebookMediation": false
}
]
],
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/a9c237c7-a7f7-4d65-bf88-de7f15664409"
},
"extra": {
"eas": {
"projectId": "93ec47ab-3b3e-42ba-a13b-6ae8bf733407"
}
},
"owner": "khs110500"
}
}