From 99fd7de9ca5ecb04aaf52d2374e6b80945f3df43 Mon Sep 17 00:00:00 2001 From: mc-es Date: Tue, 24 Jun 2025 15:12:48 +0300 Subject: [PATCH] chore(repo): replace old GitHub username with new one across repository --- README.md | 2 +- app.config.js | 6 +++--- src/screens/auth/components/SocialMedia.tsx | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e094a25..d022055 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
GitHub language count + src="https://img.shields.io/github/languages/count/mc-es/ShareZoneApp?style=for-the-badge&color=rgb(220,20,60)&logo=commonworkflowlanguage&labelColor=rgb(56,56,56)&label=Used Languages" /> GitHub repo size diff --git a/app.config.js b/app.config.js index a4f4116..fa17941 100644 --- a/app.config.js +++ b/app.config.js @@ -1,5 +1,5 @@ export default { - owner: 'mces58', + owner: 'mc-es', name: 'ShareZoneApp', slug: 'ShareZoneApp', version: '1.0.0', @@ -13,14 +13,14 @@ export default { }, ios: { supportsTablet: true, - bundleIdentifier: 'com.sharezoneapp', + bundleIdentifier: 'com.mces.sharezoneapp', }, android: { adaptiveIcon: { foregroundImage: './assets/images/adaptive-icon.png', backgroundColor: '#ffffff', }, - package: 'com.sharezoneapp', + package: 'com.mces.sharezoneapp', softwareKeyboardLayoutMode: 'pan', }, web: { diff --git a/src/screens/auth/components/SocialMedia.tsx b/src/screens/auth/components/SocialMedia.tsx index bfbf481..afbff86 100644 --- a/src/screens/auth/components/SocialMedia.tsx +++ b/src/screens/auth/components/SocialMedia.tsx @@ -24,7 +24,7 @@ const SocialMedia: FC = ({ text, theme }) => { name="github" size={scaleByAspectRatio(18)} color={{ isGradient: true, grads: theme.common.color.defaultGradient1 }} - onPress={() => Linking.openURL('https://github.com/mces58')} + onPress={() => Linking.openURL('https://github.com/mc-es')} /> = ({ text, theme }) => { isGradient: true, grads: theme.common.color.defaultGradient1, }} - onPress={() => Linking.openURL('https://www.instagram.com/mces58')} + onPress={() => Linking.openURL('https://www.instagram.com/its.mces')} /> Linking.openURL('https://www.linkedin.com/in/mces58')} + onPress={() => Linking.openURL('https://www.linkedin.com/in/mc-es')} /> );