-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
52 lines (52 loc) · 1.14 KB
/
app.json
File metadata and controls
52 lines (52 loc) · 1.14 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
{
"expo": {
"name": "wifix",
"slug": "auto-wifi",
"version": "1.1.1",
"orientation": "portrait",
"icon": "./assets/icon2.png",
"newArchEnabled": true,
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.mathew2103.wifix"
},
"android": {
"versionCode": 4,
"package": "com.mathew2103.wifix",
"softwareKeyboardLayoutMode": "pan"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "fc1ce9d5-3c61-4f9e-a677-e5b3da67388c"
}
},
"plugins": [
[
"expo-build-properties",
{
"ios": {
"newArchEnabled": true
},
"android": {
"newArchEnabled": true,
"usesCleartextTraffic": true
}
}
],
"expo-background-task"
],
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/fc1ce9d5-3c61-4f9e-a677-e5b3da67388c"
}
}
}