-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
56 lines (56 loc) · 1.42 KB
/
Copy pathapp.json
File metadata and controls
56 lines (56 loc) · 1.42 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
{
"expo": {
"newArchEnabled": false,
"name": "Streamify",
"version": "2.30.21",
"slug": "streamify-mobile",
"scheme": "streamify",
"sdkVersion": "54.0.0",
"orientation": "portrait",
"icon": "./assets/StreamifyLogo.png",
"platforms": [
"android"
],
"plugins": [
"expo-font",
"expo-task-manager",
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 35,
"targetSdkVersion": 35,
"kotlinVersion": "2.0.21",
"foregroundService": {
"serviceType": "mediaPlayback",
"notificationTitle": "Streamify is playing",
"notificationDescription": "Media playback service"
}
}
}
],
"react-native-video"
],
"android": {
"package": "com.erfanbagheri.streamifymobile",
"permissions": [
"android.permission.FOREGROUND_SERVICE",
"android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK",
"android.permission.WAKE_LOCK",
"android.permission.INTERNET",
"android.permission.ACCESS_NETWORK_STATE"
],
"versionCode": 28
},
"extra": {
"eas": {
"projectId": "f2a4600c-e6c6-46c1-ad8b-311d9c30d9d9"
}
},
"splash": {
"image": "./assets/StreamifyLogo.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
}
}
}