-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
36 lines (36 loc) · 892 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
{
"expo": {
"expo": {
"plugins": [
[
"react-native-health",
{
"isClinicalDataEnabled": true,
"healthSharePermission": "Custom health share permission",
"healthUpdatePermission": "Custom health update permission",
"healthClinicalDescription": "Custom health share permission for clinical data"
}
]
]
},
"icon": "./assets/growcalth.png",
"extra": {
"eas": {
"projectId": "5a8d8541-cceb-4f2a-9526-13453a9afb4a"
}
},
"ios": {
"bundleIdentifier": "com.kidcodes.growcalth",
"buildNumber": "3"
},
"android": {
"package": "com.kidcodes.growcalth.android"
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"updates": {
"url": "https://u.expo.dev/5a8d8541-cceb-4f2a-9526-13453a9afb4a"
}
}
}