feat: Update assets and improve code comments across multiple components

- Updated favicon and various image assets.
- Enhanced comments.
- Adjusted styles and functionality in several components for improved user experience.
- Updated package-lock.json to reflect dependency updates.
This commit is contained in:
2026-02-06 12:56:34 +01:00
parent 7a6a7f5d35
commit 7c8ef45e5a
36 changed files with 325 additions and 317 deletions

View File

@@ -1,7 +1,7 @@
{
"expo": {
"name": "mariani_app",
"slug": "mariani_app",
"name": "Mariani",
"slug": "mariani-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/mariani-icon.png",
@@ -10,7 +10,7 @@
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.anonymous.mariani-app"
"bundleIdentifier": "com.pcrt.mariani-app"
},
"android": {
"adaptiveIcon": {
@@ -25,7 +25,7 @@
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO"
],
"package": "com.anonymous.mariani_app"
"package": "com.pcrt.mariani-app"
},
"web": {
"output": "static",