-
Notifications
You must be signed in to change notification settings - Fork 6
/
renative.json
58 lines (58 loc) · 1.4 KB
/
renative.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
{
"$schema": ".rnv/schema/rnv.project.json",
"projectName": "renative-docs",
"isTemplate": true,
"common": {},
"defaults": {
"supportedPlatforms": [
"ios",
"android",
"androidtv",
"firetv",
"androidwear",
"web",
"webtv",
"tizen",
"tvos",
"webos",
"macos",
"windows",
"tizenwatch",
"tizenmobile",
"kaios",
"chromecast"
]
},
"engines": {
"@rnv/engine-lightning": "source:rnv",
"@rnv/engine-rn": "source:rnv",
"@rnv/engine-rn-electron": "source:rnv",
"@rnv/engine-rn-macos": "source:rnv",
"@rnv/engine-rn-next": "source:rnv",
"@rnv/engine-rn-tvos": "source:rnv",
"@rnv/engine-rn-web": "source:rnv"
},
"platforms": {
"web": {
"engine": "engine-rn-next"
},
"tvos": {
"engine": "engine-rn-tvos"
},
"macos": {
"engine": "engine-rn"
},
"windows": {
"engine": "engine-rn-electron"
},
"android": {},
"androidtv": {
"engine": "engine-rn-tvos"
},
"firetv": {
"engine": "engine-rn-tvos",
"includedPermissions": ["INTERNET"]
},
"androidwear": {}
}
}