-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
78 lines (78 loc) · 1.96 KB
/
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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"app": {
"appMenu": [
{"name": "Info"},
{"name": "Start"},
{"name": "Android"},
{"name": "iOS"},
{"name": "Upgrade"},
{"name": "Native"},
{"name": "Eject"}
]
},
"now": {
"url": "https://reactnative-zrkchnlzzk.now.sh"
},
"circleci": {
"token": "f91cf242b34093f5cbaea72a9c8ff0d72ac7de48"
},
"android": {
"runOptions": {
"install-debug": {
"type": "boolean",
"default": false
},
"root": {
"type": "string",
"label": "Override the root directory for the android build (which contains the android directory)",
"default": ""
},
"variant": {
"type": "string",
"default": ""
},
"appFolder": {
"type": "string",
"label": "Specify a different application folder name for the android source.",
"default": "app"
},
"appId": {
"type": "string",
"label": "Specify an applicationId to launch after build.",
"default": ""
},
"appIdSuffix": {
"type": "string",
"label": "Specify an applicationIdSuffix to launch after build.",
"default": ""
},
"main-activity": {
"type": "string",
"label": "Name of the activity to start",
"default": "MainActivity"
},
"deviceId": {
"type": "string",
"label": "builds your app and starts it on a specific device/simulator with the given device id (listed by running \"adb devices\" on the command line).",
"default": ""
},
"no-packager": {
"type": "boolean",
"label": "Do not launch packager while building",
"default": false
},
"port": {
"type": "number",
"default": 8081
},
"config": {
"type": "file",
"label": "Path to the CLI configuration file",
"default": ""
}
},
"paths": {
"apk": "android/app/build/outputs/apk"
}
}
}