From ff3f0acadf810cd1b5bf276b9ee926f2c480b7be Mon Sep 17 00:00:00 2001 From: ankit-thanekar007 Date: Wed, 17 Mar 2021 16:09:08 -0700 Subject: TMA 700, Lock image added --- src/screens/profile/SettingsScreen.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/screens/profile/SettingsScreen.tsx') diff --git a/src/screens/profile/SettingsScreen.tsx b/src/screens/profile/SettingsScreen.tsx index 79633572..f9d437d0 100644 --- a/src/screens/profile/SettingsScreen.tsx +++ b/src/screens/profile/SettingsScreen.tsx @@ -10,7 +10,7 @@ import { View, } from 'react-native'; import {SafeAreaView} from 'react-native-safe-area-context'; -import {normalize} from '../../utils/layouts'; +import {normalize, SCREEN_WIDTH} from '../../utils/layouts'; import {Background} from '../../components'; import {BackgroundGradientType} from '../../types'; import {logout} from '../../store/actions'; @@ -102,7 +102,11 @@ const SettingsScreen: React.FC = () => { postimage: number; }) => ( getActions(title)} style={styles.item}> - + {title} -- cgit v1.2.3-70-g09d2