[skip ci] Initial commit — CodexBar Mobile Expo app

This commit is contained in:
2026-06-24 16:28:28 +02:00
parent 4f32782eaf
commit 0bcd95ee1b
30 changed files with 3562 additions and 141 deletions
+10 -2
View File
@@ -1,7 +1,8 @@
{
"expo": {
"name": "codexbar.mobile",
"slug": "codexbar.mobile",
"slug": "codexbar-mobile",
"scheme": "codexbar",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
@@ -10,6 +11,7 @@
"supportsTablet": true
},
"android": {
"package": "dev.reversed.codexbar",
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/android-icon-foreground.png",
@@ -20,6 +22,12 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": [
"expo-router",
"expo-status-bar",
"expo-secure-store",
"expo-document-picker"
]
}
}