join #19

Merged
amaliadwiy merged 222 commits from join into v1 2026-02-09 11:18:03 +08:00
204 changed files with 4364 additions and 1472 deletions
Showing only changes of commit 187e9dd19e - Show all commits

View File

@@ -38,4 +38,8 @@ yarn-error.*
app-example
x.ts
x.sh
x.sh
.env
android/

View File

@@ -4,7 +4,7 @@ export default {
expo: {
name: "Desa+",
slug: "mobile-darmasaba",
version: "1.0.4",
version: "1.0.5", // Versi aplikasi (App Store)
jsEngine: "jsc",
orientation: "portrait",
icon: "./assets/images/logo-icon-small.png",
@@ -14,6 +14,7 @@ export default {
ios: {
supportsTablet: true,
bundleIdentifier: "mobiledarmasaba.app",
buildNumber: "2",
infoPlist: {
ITSAppUsesNonExemptEncryption: false,
CFBundleDisplayName: "Desa+"
@@ -22,7 +23,7 @@ export default {
},
android: {
package: "mobiledarmasaba.app",
versionCode: 8,
versionCode: 9,
adaptiveIcon: {
foregroundImage: "./assets/images/logo-icon-small.png",
backgroundColor: "#ffffff"