-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 694 Bytes
/
app.json
File metadata and controls
31 lines (31 loc) · 694 Bytes
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
{
"expo": {
"name": "Mood Notes",
"slug": "mood-notes",
"version": "0.3",
"orientation": "portrait",
"userInterfaceStyle": "light",
"icon": "src/assets/images/mood-notes.png",
"splash": {
"image": "src/assets/images/mood-notes.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.gravityfield.moodnotes"
},
"android": {
"package": "com.gravityfield.moodnotesapp"
},
"web": {},
"extra": {
"eas": {
"projectId": "01b04482-f1f1-45c6-b0df-43d42023a415"
}
}
}
}