Navigation and expo update commit of modified
This commit is contained in:
parent
c606f6a701
commit
3947d1d6a6
11 changed files with 2947 additions and 2695 deletions
18
app.json
Executable file → Normal file
18
app.json
Executable file → Normal file
|
@ -2,12 +2,7 @@
|
|||
"expo": {
|
||||
"name": "csrv",
|
||||
"slug": "csrv",
|
||||
"privacy": "public",
|
||||
"sdkVersion": "36.0.0",
|
||||
"platforms": [
|
||||
"android"
|
||||
],
|
||||
"version": "1.2.0",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"splash": {
|
||||
|
@ -25,8 +20,13 @@
|
|||
"supportsTablet": true
|
||||
},
|
||||
"android": {
|
||||
"package": "com.rpicsrv.csrv",
|
||||
"versionCode": 2
|
||||
}
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue