-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 654 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "NitroSQLiteExample",
"displayName": "NitroSQLite Example",
"components": [
{
"appKey": "NitroSQLiteExample",
"displayName": "NitroSQLite Example"
}
],
"resources": {
"android": ["dist/res", "dist/main.android.jsbundle"],
"ios": ["dist/assets", "dist/main.ios.jsbundle"],
"macos": ["dist/assets", "dist/main.macos.jsbundle"],
"visionos": ["dist/assets", "dist/main.visionos.jsbundle"],
"windows": ["dist/assets", "dist/main.windows.bundle"]
},
"android": {
"package": "com.margelo.rnnitrosqlite.example"
},
"ios": {
"bundleIdentifier": "com.margelo.rnnitrosqlite.example"
}
}