Files
mobile-darmasaba/app.json
amel 5e3b7976e5 upd: upload gambar
Deskripsi:
- test upload gambar di login

NO Issues
2025-05-19 10:30:32 +08:00

46 lines
1.0 KiB
JSON

{
"expo": {
"name": "mobile-darmasaba",
"slug": "mobile-darmasaba",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "mobiledarmasaba.app"
},
"android": {
"package": "mobiledarmasaba.app",
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
],
"expo-font",
"expo-web-browser"
],
"experiments": {
"typedRoutes": true
}
}
}