: update icon

Deskirpsi:
- ganti logo dan icon dan nama aplikasi

Mo Issues
This commit is contained in:
2025-09-04 16:46:57 +08:00
parent 270001aa4f
commit c3ab4d05ae
6 changed files with 13 additions and 8 deletions

View File

@@ -2,12 +2,12 @@ import 'dotenv/config';
export default { export default {
expo: { expo: {
name: "mobile-darmasaba", name: "Desa+",
slug: "mobile-darmasaba", slug: "mobile-darmasaba",
version: "1.0.2", version: "1.0.2",
jsEngine: "jsc", jsEngine: "jsc",
orientation: "portrait", orientation: "portrait",
icon: "./assets/images/icon.png", icon: "./assets/images/logo-icon.png",
scheme: "myapp", scheme: "myapp",
userInterfaceStyle: "automatic", userInterfaceStyle: "automatic",
newArchEnabled: false, newArchEnabled: false,
@@ -23,7 +23,7 @@ export default {
package: "mobiledarmasaba.app", package: "mobiledarmasaba.app",
versionCode: 6, versionCode: 6,
adaptiveIcon: { adaptiveIcon: {
foregroundImage: "./assets/images/splash-icon.png", foregroundImage: "./assets/images/logo-icon.png",
backgroundColor: "#ffffff" backgroundColor: "#ffffff"
}, },
googleServicesFile: "./google-services.json", googleServicesFile: "./google-services.json",
@@ -45,7 +45,7 @@ export default {
[ [
"expo-splash-screen", "expo-splash-screen",
{ {
image: "./assets/images/splash-icon.png", image: "./assets/images/logo-icon.png",
imageWidth: 200, imageWidth: 200,
resizeMode: "contain", resizeMode: "contain",
backgroundColor: "#ffffff" backgroundColor: "#ffffff"

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
assets/images/logo-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
assets/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -53,12 +53,14 @@ export default function ViewLogin({ onValidate }: Props) {
<StatusBar style={Platform.OS === 'ios' ? 'auto' : 'light'} translucent={false} backgroundColor="black" /> <StatusBar style={Platform.OS === 'ios' ? 'auto' : 'light'} translucent={false} backgroundColor="black" />
<ToastCustom /> <ToastCustom />
<View style={[Styles.p20, Styles.h100]}> <View style={[Styles.p20, Styles.h100]}>
<View style={{ alignItems: "center", marginVertical: 50 }}> <View style={{ alignItems: "center", marginTop: 70, marginBottom: 50 }}>
<Image <Image
source={require("../../assets/images/splash-icon.png")} source={require("../../assets/images/logo.png")}
style={{ width: 130, height: 130 }} style={[{ width: 300, height: 150 }]}
width={270}
height={110}
/> />
<Text style={[Styles.textSubtitle]}>PERBEKEL DARMASABA</Text> {/* <Text style={[Styles.textSubtitle2]}>Digitalisasi Desa Transparansi Kerja</Text> */}
</View> </View>
<InputForm <InputForm
onChange={(val) => { onChange={(val) => {

View File

@@ -44,6 +44,9 @@ const Styles = StyleSheet.create({
fontSize: 20, fontSize: 20,
fontWeight: 'bold', fontWeight: 'bold',
}, },
textSubtitle2: {
fontSize: 20,
},
textLink: { textLink: {
fontSize: 14, fontSize: 14,
color: '#0a7ea4', color: '#0a7ea4',