From cb2a57ee8eb4482da3a8961e7aa2aad12045b542 Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Thu, 23 Apr 2026 17:29:38 +0800 Subject: [PATCH] feat: tambah versi aplikasi di bagian bawah halaman setting Co-Authored-By: Claude Sonnet 4.6 --- app/(application)/setting/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/(application)/setting/index.tsx b/app/(application)/setting/index.tsx index ffb3b71..c9e6ed2 100644 --- a/app/(application)/setting/index.tsx +++ b/app/(application)/setting/index.tsx @@ -9,6 +9,7 @@ import { useAuthSession } from "@/providers/AuthProvider"; import { useTheme } from "@/providers/ThemeProvider"; import { Feather, Ionicons } from "@expo/vector-icons"; import AsyncStorage from "@react-native-async-storage/async-storage"; +import Constants from "expo-constants"; import { router } from "expo-router"; import { useCallback, useEffect, useRef, useState } from "react"; import { AppState, AppStateStatus, Pressable, View } from "react-native"; @@ -196,6 +197,10 @@ export default function ListSetting() { + + + Versi {Constants.expoConfig?.version} + ) } \ No newline at end of file