From 03d57e91d982d6b4e15c04e5b87b5cdc740fd7e5 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Thu, 23 Apr 2020 14:05:39 +0200 Subject: [PATCH] Updated about screen --- src/screens/About/AboutScreen.js | 7 +++++++ translations/en.json | 5 +++-- translations/fr.json | 5 +++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/screens/About/AboutScreen.js b/src/screens/About/AboutScreen.js index 04001b5..ba58e51 100644 --- a/src/screens/About/AboutScreen.js +++ b/src/screens/About/AboutScreen.js @@ -37,6 +37,7 @@ const links = { "Coucou !\n\n", yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard', react: 'https://facebook.github.io/react-native/', + expo: 'https://expo.io/', }; type Props = { @@ -164,6 +165,12 @@ class AboutScreen extends React.Component { text: i18n.t('aboutScreen.reactNative'), showChevron: true }, + { + onPressCallback: () => openWebLink(links.react), + icon: 'language-javascript', + text: i18n.t('aboutScreen.expo'), + showChevron: true + }, { onPressCallback: () => this.props.navigation.navigate('dependencies'), icon: 'developer-board', diff --git a/translations/en.json b/translations/en.json index 3056bbe..6861ea4 100644 --- a/translations/en.json +++ b/translations/en.json @@ -107,11 +107,12 @@ "license": "License", "debug": "Debug", "team": "Team", - "author": "Author", + "author": "Author and maintainer", "authorMail": "Send an email", - "additionalDev": "Additional developer", + "additionalDev": "Development help", "technologies": "Technologies", "reactNative": "Made with React Native", + "expo": "Built with Expo", "libs": "Libraries used" }, "proximoScreen": { diff --git a/translations/fr.json b/translations/fr.json index c3f9745..87548c4 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -107,11 +107,12 @@ "license": "Licence", "debug": "Debug", "team": "Équipe", - "author": "Auteur", + "author": "Auteur et mainteneur", "authorMail": "Envoyer un mail", - "additionalDev": "Développeur additionnel", + "additionalDev": "Aide au développement", "technologies": "Technologies", "reactNative": "Créé avec React Native", + "expo": "Compilé avec Expo", "libs": "Librairies utilisées" }, "proximoScreen": {