This commit is contained in:
23
apk/app.json
23
apk/app.json
@@ -9,7 +9,8 @@
|
||||
"userInterfaceStyle": "automatic",
|
||||
"newArchEnabled": true,
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.arandano69.Birthday"
|
||||
},
|
||||
"android": {
|
||||
"permissions": [
|
||||
@@ -22,7 +23,8 @@
|
||||
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
"predictiveBackGestureEnabled": false
|
||||
"predictiveBackGestureEnabled": false,
|
||||
"package": "com.arandano69.Birthday"
|
||||
},
|
||||
"web": {
|
||||
"output": "static",
|
||||
@@ -42,11 +44,28 @@
|
||||
"backgroundColor": "#000000"
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
"expo-build-properties",
|
||||
{
|
||||
"android": {
|
||||
"gradleProperties": {
|
||||
"org.gradle.jvmargs": "-Xmx2g -XX:MaxMetaspaceSize=512m",
|
||||
"org.gradle.parallel": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true,
|
||||
"reactCompiler": true
|
||||
},
|
||||
"extra": {
|
||||
"router": {},
|
||||
"eas": {
|
||||
"projectId": "f761fcbd-46f2-4387-8282-005e44223075"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user