Navigation and expo update commit of modified

This commit is contained in:
kake26 2021-11-09 16:17:47 -06:00
parent c606f6a701
commit 3947d1d6a6
11 changed files with 2947 additions and 2695 deletions

18
app.json Executable file → Normal file
View 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"
}
}
}