-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
64 lines (64 loc) · 1.63 KB
/
Copy pathapp.json
File metadata and controls
64 lines (64 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
63
64
{
"expo": {
"name": "RevRacker",
"slug": "revracker",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"description": "Real-time campus shuttle tracking and driver management system",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"permissions": [
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION",
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION"
],
"package": "com.aditya5t.revracker",
"config": {
"googleMaps": {
"apiKey": "AIzaSyDQnjVcMDDsF1SJHURlIQ4ATc13a1pvIBE"
}
}
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro",
"output": "single"
},
"plugins": [
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "This app needs access to location when open and in the background."
}
]
],
"owner": "aditya5t",
"extra": {
"eas": {
"projectId": "4fb4e456-0843-489f-bfb3-cf0a7fd9204e"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/4fb4e456-0843-489f-bfb3-cf0a7fd9204e"
}
}
}