forked from flexn-io/renative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rnv-config.json
32 lines (32 loc) · 878 Bytes
/
rnv-config.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
{
"isWrapper": true,
"globalConfigFolder": "~/.rnv",
"appConfigsFolder": "./appConfigs",
"platformTemplatesFolder": "RNV_HOME/platformTemplates",
"entryFolder": "./",
"platformAssetsFolder": "./platformAssets",
"platformBuildsFolder": "./platformBuilds",
"projectPlugins": "./projectConfig/plugins",
"projectConfigFolder": "./projectConfig",
"defaultPorts": {},
"defaultProjectConfigs": {
"template": "renative-template-hello-world",
"supportedPlatforms": [
"ios",
"android",
"androidtv",
"androidwear",
"web",
"tizen",
"tvos",
"webos",
"macos",
"windows",
"tizenwatch",
"tizenmobile",
"kaios",
"firefoxos",
"firefoxtv"
]
}
}