[skip ci] Initial commit — CodexBar Mobile Expo app
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user