Add beenvoice mobile companion app with full dark mode support.

Expo app with dashboard, time clock, invoices, and settings — native tabs, glass UI, theme-aware components, and iOS Live Activities.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-17 22:36:37 -04:00
parent 8a7a8df477
commit 14c880123c
93 changed files with 8849 additions and 7849 deletions
+32 -7
View File
@@ -1,18 +1,23 @@
{
"expo": {
"name": "beenvoice-app",
"slug": "beenvoice-app",
"name": "beenvoice",
"slug": "beenvoice",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "beenvoiceapp",
"scheme": "beenvoice",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.beenvoice.app",
"icon": "./assets/beenvoice.icon",
"infoPlist": {
"NSFaceIDUsageDescription": "Unlock beenvoice with Face ID when returning to the app."
}
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"backgroundColor": "#D9D9D9",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
@@ -25,18 +30,38 @@
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-dev-client",
"expo-router",
"expo-secure-store",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#D9D9D9"
}
]
],
[
"expo-widgets",
{
"groupIdentifier": "group.com.beenvoice.app"
}
],
[
"expo-local-authentication",
{
"faceIDPermission": "Unlock beenvoice with Face ID when returning to the app."
}
],
"@react-native-community/datetimepicker"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
}
}
}
}