36 lines
698 B
JSON
36 lines
698 B
JSON
{
|
|
"expo": {
|
|
"name": "YuzuGCA",
|
|
"slug": "yuzu-gca",
|
|
"version": "0.1.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "dark",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"backgroundColor": "#0f172a"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": false,
|
|
"bundleIdentifier": "dev.yuzu.gca"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#0f172a"
|
|
},
|
|
"package": "dev.yuzu.gca",
|
|
"allowBackup": false,
|
|
"permissions": [
|
|
"REQUEST_INSTALL_PACKAGES"
|
|
]
|
|
},
|
|
"plugins": [
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "yuzu-gca-android"
|
|
}
|
|
}
|
|
}
|
|
}
|