mobile: add mastodon social link

This commit is contained in:
ammarahm-ed
2023-03-30 15:30:55 +05:00
parent db527cfbf3
commit d19c2ef735
2 changed files with 12 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ export const Title = () => {
#
</Heading>
) : null}
{title} adn this is how it is going to be.
{title}
</Heading>
) : null}
<Tag visible={currentScreen.beta} text="BETA" />

View File

@@ -1027,11 +1027,21 @@ export const settingsGroups: SettingSection[] = [
id: "join-telegram",
name: "Join our Telegram group",
description: "We are on telegram, let's talk",
// icon: 'telegram',
modifer: () => {
Linking.openURL("https://t.me/notesnook").catch(console.log);
}
},
{
id: "join-mastodom",
name: "Follow us on Mastodon",
description: "We are on mastodom",
icon: "mastodon",
modifer: () => {
Linking.openURL("https://fosstodon.org/@notesnook").catch(
console.log
);
}
},
{
id: "join-twitter",
name: "Follow us on twitter",