-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (49 loc) · 1.1 KB
/
Copy pathapp.json
File metadata and controls
49 lines (49 loc) · 1.1 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
{
"expo": {
"name": "Handwriting Math",
"slug": "handwriting-math-app",
"version": "0.1.0",
"orientation": "landscape",
"icon": "./app/assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./app/assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.gauntletai.handwritingmath",
"buildNumber": "1",
"infoPlist": {
"UIRequiresFullScreen": false,
"UIStatusBarHidden": false
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./app/assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.gauntletai.handwritingmath"
},
"plugins": [
[
"expo-build-properties",
{
"ios": {
"newArchEnabled": true
},
"android": {
"newArchEnabled": true
}
}
]
],
"extra": {
"eas": {
"projectId": "7ba6d81d-18e3-4f35-8780-33aa6c494be1"
}
}
}
}