diff --git a/README.md b/README.md
index e094a25..d022055 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
&logo=data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiIHZpZXdCb3g9IjAgMCAyNC4wMCAyNC4wMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIj4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4KDTxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNCIgZD0iTTkuNSA1SDlhMiAyIDAgMCAwLTIgMnYyYzAgMS0uNiAzLTMgMyAxIDAgMyAuNiAzIDN2MmEyIDIgMCAwIDAgMiAyaC41bTUtMTRoLjVhMiAyIDAgMCAxIDIgMnYyYzAgMSAuNiAzIDMgMy0xIDAtMyAuNi0zIDN2MmEyIDIgMCAwIDEtMiAyaC0uNSIvPgoNPC9nPgoNPC9zdmc+&labelColor=rgb(56,56,56)&label=Used Languages)
+ 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" />
&labelColor=rgb(56,56,56))
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')}
/>
);