-
-
Notifications
You must be signed in to change notification settings - Fork 465
Expand file tree
/
Copy pathapp.json
More file actions
56 lines (56 loc) · 1.21 KB
/
app.json
File metadata and controls
56 lines (56 loc) · 1.21 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/react-native-test-app/trunk/schema.json",
"name": "document-picker-example",
"displayName": "document-picker-example",
"components": [
{
"appKey": "importingExample",
"displayName": "importingExample"
},
{
"appKey": "openingExample",
"displayName": "openingExample"
},
{
"appKey": "utilsExample",
"displayName": "utilsExample"
},
{
"appKey": "saveAsExample",
"displayName": "saveAsExample"
}
],
"ios": {
"bundleIdentifier": "com.rndocpicker.example",
"developmentTeam": "W7TL7C2BKQ"
},
"android": {
"package": "com.rndocpicker.example",
"signingConfigs": {
"release": {
"keyAlias": "androiddebugkey",
"keyPassword": "android",
"storeFile": "debug.keystore",
"storePassword": "android"
}
}
},
"resources": {
"android": [
"dist/res",
"dist/main.android.jsbundle"
],
"ios": [
"dist/assets",
"dist/main.ios.jsbundle"
],
"macos": [
"dist/assets",
"dist/main.macos.jsbundle"
],
"windows": [
"dist/assets",
"dist/main.windows.bundle"
]
}
}