From b9b604167bb2e6696068865ca0826028e6f41fe0 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 10 Sep 2025 21:04:08 +0500 Subject: [PATCH] Add copyright notice and link to ProfileScreen, including styling for copyright text and link. --- src/screens/Main/ProfileScreen.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/screens/Main/ProfileScreen.js b/src/screens/Main/ProfileScreen.js index 73115c2..eb9a032 100644 --- a/src/screens/Main/ProfileScreen.js +++ b/src/screens/Main/ProfileScreen.js @@ -9,6 +9,7 @@ import { Alert, ActivityIndicator, RefreshControl, + Linking, } from 'react-native'; import { StatusBar } from 'expo-status-bar'; import { Ionicons } from '@expo/vector-icons'; @@ -362,6 +363,21 @@ const ProfileScreen = () => { + + {/* Copyright */} + + Copyright{' '} + Linking.openURL('https://webulgam.com')} + > + Webulgam IT Company + {' '} + © {new Date().getFullYear()}. + + + Ähli hukular goralan. + {/* Edit Profile Modal */} @@ -526,6 +542,14 @@ const styles = StyleSheet.create({ bottomSpacing: { height: 24, }, + copyrightText: { + fontSize: 12, + color: COLORS.textSecondary, + textAlign: 'center', + }, + link: { + color: COLORS.primary, + }, }); export default ProfileScreen; \ No newline at end of file