-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
60 lines (60 loc) · 1.58 KB
/
Copy pathapp.json
File metadata and controls
60 lines (60 loc) · 1.58 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
{
"expo": {
"name": "JEKA AOPS",
"slug": "jeka-aops-mobile",
"version": "0.2.0",
"scheme": "jekaaops",
"orientation": "portrait",
"icon": "./assets/jeka-aops-app-icon-1024.png",
"userInterfaceStyle": "dark",
"plugins": [
[
"expo-camera",
{
"cameraPermission": "JEKA AOPS koristi kameru za snimanje prometnih scena.",
"microphonePermission": "JEKA AOPS koristi mikrofon za snimanje zvuka prometa.",
"recordAudioAndroid": true,
"barcodeScannerEnabled": false
}
],
"expo-video",
"expo-audio",
[
"expo-location",
{
"locationWhenInUsePermission": "JEKA AOPS koristi lokaciju samo za povezivanje snimke s mjestom snimanja."
}
],
"expo-asset",
"expo-sharing",
"expo-status-bar",
"react-native-fast-tflite",
"react-native-audio-api"
],
"ios": {
"supportsTablet": true
},
"android": {
"package": "com.chevcellios.jekaaops",
"adaptiveIcon": {
"backgroundColor": "#07131A",
"foregroundImage": "./assets/jeka-aops-app-icon-1024.png"
},
"predictiveBackGestureEnabled": false,
"permissions": [
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO",
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "0e203876-7b52-4477-add8-2af1bd36fd96"
}
}
}
}