From 6d545f2af9a9e4c2a7f7b13a87a1621d9536ab93 Mon Sep 17 00:00:00 2001 From: bagasbanuna Date: Mon, 30 Mar 2026 17:39:53 +0800 Subject: [PATCH] Fix change yang tertinggal --- .qwen/settings.json | 3 ++- android/app/build.gradle | 2 +- app.config.js | 2 +- constants/constans-value.ts | 2 +- screens/Home/bottomFeatureSection.tsx | 2 +- screens/Home/imageSection.tsx | 2 +- screens/UserSeach/MainView_V2.tsx | 18 +++++++++--------- styles/tabs-styles.ts | 1 - 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.qwen/settings.json b/.qwen/settings.json index 322d785..5fdfaa1 100644 --- a/.qwen/settings.json +++ b/.qwen/settings.json @@ -3,5 +3,6 @@ "allow": [ "Bash(git add *)" ] - } + }, + "$version": 3 } \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index 836f4c2..918650b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -101,7 +101,7 @@ packagingOptions { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "1.0.2" + versionName "1.0.3" buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\"" } diff --git a/app.config.js b/app.config.js index 4ab0bb8..4f4689a 100644 --- a/app.config.js +++ b/app.config.js @@ -15,7 +15,7 @@ require("dotenv").config(); export default { name: "HIPMI Badung Connect", slug: "hipmi-mobile", - version: "1.0.2", + version: "1.0.3", orientation: "portrait", icon: "./assets/images/icon.png", scheme: "hipmimobile", diff --git a/constants/constans-value.ts b/constants/constans-value.ts index d92897f..1655ffd 100644 --- a/constants/constans-value.ts +++ b/constants/constans-value.ts @@ -23,7 +23,7 @@ export { }; // OS Height -const OS_ANDROID_HEIGHT = 115 +const OS_ANDROID_HEIGHT = 70 const OS_IOS_HEIGHT = 80 const OS_HEIGHT = Platform.OS === "ios" ? OS_IOS_HEIGHT : OS_ANDROID_HEIGHT diff --git a/screens/Home/bottomFeatureSection.tsx b/screens/Home/bottomFeatureSection.tsx index 0c2377d..896296c 100644 --- a/screens/Home/bottomFeatureSection.tsx +++ b/screens/Home/bottomFeatureSection.tsx @@ -28,7 +28,7 @@ export default function Home_BottomFeatureSection({ {/* Vacancy Item 1 */} {_.isEmpty(listData) ? ( - Lowongan pekerjaan belum tersedia + Lowongan pekerjaan belum tersedia ) : ( listData?.map((item: any, index: number) => ( diff --git a/screens/Home/imageSection.tsx b/screens/Home/imageSection.tsx index b38076b..5cab3ac 100644 --- a/screens/Home/imageSection.tsx +++ b/screens/Home/imageSection.tsx @@ -17,7 +17,7 @@ export default function Home_ImageSection() { transition={1000} style={{ width: "100%", - height: 120, + height: 150, borderRadius: 10, }} /> diff --git a/screens/UserSeach/MainView_V2.tsx b/screens/UserSeach/MainView_V2.tsx index a21c3c4..4852cc5 100644 --- a/screens/UserSeach/MainView_V2.tsx +++ b/screens/UserSeach/MainView_V2.tsx @@ -115,15 +115,15 @@ export default function UserSearchMainView_V2() { }); // 🔁 Refresh otomatis saat kembali ke halaman ini - useFocusEffect( - useCallback(() => { - if (isInitialMount.current) { - isInitialMount.current = false; - return; - } - pagination.onRefresh(); - }, [pagination.onRefresh]), - ); + // useFocusEffect( + // useCallback(() => { + // if (isInitialMount.current) { + // isInitialMount.current = false; + // return; + // } + // pagination.onRefresh(); + // }, [pagination.onRefresh]), + // ); const { ListEmptyComponent, ListFooterComponent } = createPaginationComponents({ diff --git a/styles/tabs-styles.ts b/styles/tabs-styles.ts index 4788d93..b7d4651 100644 --- a/styles/tabs-styles.ts +++ b/styles/tabs-styles.ts @@ -19,7 +19,6 @@ export const TabsStyles: BottomTabNavigationOptions = { paddingTop: 5, height: OS_ANDROID_HEIGHT, }, - default: {}, }), tabBarBackground: TabBarBackground, };