upd: android dan ios

This commit is contained in:
2025-09-04 17:29:45 +08:00
parent c3ab4d05ae
commit d3354e3e74
58 changed files with 750 additions and 436 deletions

View File

@@ -7,7 +7,7 @@ export default {
version: "1.0.2",
jsEngine: "jsc",
orientation: "portrait",
icon: "./assets/images/logo-icon.png",
icon: "./assets/images/logo-icon-small.png",
scheme: "myapp",
userInterfaceStyle: "automatic",
newArchEnabled: false,
@@ -15,15 +15,16 @@ export default {
supportsTablet: true,
bundleIdentifier: "mobiledarmasaba.app",
infoPlist: {
ITSAppUsesNonExemptEncryption: false
ITSAppUsesNonExemptEncryption: false,
CFBundleDisplayName: "Desa+"
},
googleServicesFile: "./ios/mobiledarmasaba/GoogleService-Info.plist"
googleServicesFile: "./ios/Desa/GoogleService-Info.plist"
},
android: {
package: "mobiledarmasaba.app",
versionCode: 6,
adaptiveIcon: {
foregroundImage: "./assets/images/logo-icon.png",
foregroundImage: "./assets/images/logo-icon-small.png",
backgroundColor: "#ffffff"
},
googleServicesFile: "./google-services.json",
@@ -45,7 +46,7 @@ export default {
[
"expo-splash-screen",
{
image: "./assets/images/logo-icon.png",
image: "./assets/images/logo-icon-small.png",
imageWidth: 200,
resizeMode: "contain",
backgroundColor: "#ffffff"
@@ -58,7 +59,7 @@ export default {
"@react-native-firebase/app",
{
ios: {
googleServicesFile: "./ios/mobiledarmasaba/GoogleService-Info.plist"
googleServicesFile: "./ios/Desa/GoogleService-Info.plist"
}
}
]