@@ -11,6 +11,7 @@ import {
1111 FolderFileStorageSolidIcon ,
1212 InformationCircleSolidIcon ,
1313 PolicySolidIcon ,
14+ Setting07SolidIcon ,
1415 ShieldUserSolidIcon ,
1516 SquareLock02SolidIcon ,
1617 SunCloudAngledRainZap01SolidIcon ,
@@ -27,7 +28,7 @@ import { TxtAcc } from '@components/Text'
2728import { useIsFocused } from '@react-navigation/native'
2829import { Colors } from '@utils/colors'
2930import { APP_VERSION , APP_VERSION_CODE , ask_a_question , join_telegram_channel } from '@utils/data'
30- import { Bold } from '@utils/fonts'
31+ import { Bold , SemiBold } from '@utils/fonts'
3132import { Caches , clearStorage , getStartWithSize , getStorageSize } from '@utils/storage'
3233import type { NavProp } from '@utils/types'
3334import { screenDelay , toReadableSize } from '@utils/utils'
@@ -89,6 +90,22 @@ export default function Settings({ navigation }: NavProp) {
8990 Go to each section to customize your experience. All settings are saved automatically.
9091 </ SettText >
9192 < SettGroup title = 'General' >
93+ < SettOption
94+ title = 'App Update'
95+ Icon = { < RoundedIcon Icon = { Setting07SolidIcon } className = 'bg-slate-500' /> }
96+ arrow
97+ Right = {
98+ < View
99+ className = 'items-center justify-center rounded-full bg-red-500'
100+ style = { { height : 22 , width : 22 } }
101+ >
102+ < SemiBold className = 'text-xs text-white' style = { { paddingTop : 2 } } >
103+ 1
104+ </ SemiBold >
105+ </ View >
106+ }
107+ onPress = { ( ) => navigation . navigate ( 'Update' ) }
108+ />
92109 < SettOption
93110 title = 'Your Profile'
94111 Icon = { < RoundedIcon Icon = { UserSolidIcon } className = 'bg-green-500' /> }
0 commit comments