-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.27 KB
/
Copy pathapp.json
File metadata and controls
53 lines (53 loc) · 1.27 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
{
"expo": {
"name": "calmaTEA",
"slug": "calmatea",
"description": "Una app diseñada para ayudar a las personas con autismo a gestionar su día a día.",
"version": "1.0.2",
"orientation": "portrait",
"icon": "assets/images/favicon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.someone1a.calmatea",
"buildNumber": "1.0.2"
},
"android": {
"package": "com.someone1a.calmatea",
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "assets/images/calmatea-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"bundler": "metro",
"output": "single",
"favicon": "assets/images/favicon.png"
},
"plugins": [
"expo-router",
"expo-font",
"expo-web-browser",
[
"expo-notifications",
{
"icon": "assets/images/favicon.png",
"color": "#4CAF50",
"sounds": ["assets/sounds/notification.wav"]
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "3177cd43-489c-4b93-bc48-9cc4854f0266"
}
}
}
}