-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
60 lines (60 loc) · 1.71 KB
/
app.json
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": "Stream Companion App",
"slug": "streamcompanionCrossPlatform",
"version": "1.0.12",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "app.streamcompanion"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "app.streamcompanion",
"blockedPermissions": [
"android.permission.READ_EXTERNAL_STORAGE,android.permission.SYSTEM_ALERT_WINDOW,android.permission.VIBRATE,android.permission.WRITE_EXTERNAL_STORAGE"
],
"versionCode": 12
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
[
"@react-native-tvos/config-tv",
{
"isTV": true,
"showVerboseWarnings": true,
"androidTVBanner": "./assets/tv_banner2.png",
"appleTVImages": {
"icon": "./assets/ios_tv_icon.png",
"iconSmall": "./assets/ios_tv_iconSmall.png",
"iconSmall2x": "./assets/ios_tv_iconSmall2x.png",
"topShelf": "./assets/ios_tv_topShelf.png",
"topShelf2x": "./assets/ios_tv_topShelf2x.png",
"topShelfWide": "./assets/ios_tv_topShelfWide.png",
"topShelfWide2x": "./assets/ios_tv_topShelfWide2x.png"
}
}
]
],
"extra": {
"eas": {
"projectId": "69dd6da4-da7a-461d-ba6b-c45b321d500a"
}
}
}
}