Files
HRM-System/mobile/app.json

59 lines
1.5 KiB
JSON

{
"expo": {
"name": "RamenHR",
"slug": "mobile",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "mobile",
"userInterfaceStyle": "automatic",
"ios": {
"icon": "./assets/images/icon.png",
"bundleIdentifier": "com.hrm.app",
"infoPlist": {
"NSFaceIDUsageDescription": "RamenHR uses Face ID to allow you to unlock your app securely."
}
},
"android": {
"package": "com.hrm.app",
"adaptiveIcon": {
"backgroundColor": "#FFFFFF",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"predictiveBackGestureEnabled": false
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#FFFFFF",
"image": "./assets/images/icon.png",
"imageWidth": 200
}
],
"expo-secure-store",
"expo-sqlite",
"expo-sharing",
"@react-native-community/datetimepicker"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "6aa6e2ea-b203-4c56-a0aa-1ceaf61e2e35"
}
},
"owner": "aysuser00"
}
}