initial add
This commit is contained in:
parent
2756a93231
commit
62951d0b80
13 changed files with 5825 additions and 0 deletions
32
app.json
Executable file
32
app.json
Executable file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"expo": {
|
||||
"name": "csrv",
|
||||
"slug": "csrv",
|
||||
"privacy": "public",
|
||||
"sdkVersion": "36.0.0",
|
||||
"platforms": [
|
||||
"android"
|
||||
],
|
||||
"version": "1.2.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"splash": {
|
||||
"image": "./assets/splash.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
},
|
||||
"android": {
|
||||
"package": "com.rpicsrv.csrv",
|
||||
"versionCode": 2
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue