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