Updated about screen

This commit is contained in:
Arnaud Vergnet 2020-04-23 14:05:39 +02:00
parent 24106e9791
commit 03d57e91d9
3 changed files with 13 additions and 4 deletions

View file

@ -37,6 +37,7 @@ const links = {
"Coucou !\n\n", "Coucou !\n\n",
yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard', yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard',
react: 'https://facebook.github.io/react-native/', react: 'https://facebook.github.io/react-native/',
expo: 'https://expo.io/',
}; };
type Props = { type Props = {
@ -164,6 +165,12 @@ class AboutScreen extends React.Component<Props, State> {
text: i18n.t('aboutScreen.reactNative'), text: i18n.t('aboutScreen.reactNative'),
showChevron: true showChevron: true
}, },
{
onPressCallback: () => openWebLink(links.react),
icon: 'language-javascript',
text: i18n.t('aboutScreen.expo'),
showChevron: true
},
{ {
onPressCallback: () => this.props.navigation.navigate('dependencies'), onPressCallback: () => this.props.navigation.navigate('dependencies'),
icon: 'developer-board', icon: 'developer-board',

View file

@ -107,11 +107,12 @@
"license": "License", "license": "License",
"debug": "Debug", "debug": "Debug",
"team": "Team", "team": "Team",
"author": "Author", "author": "Author and maintainer",
"authorMail": "Send an email", "authorMail": "Send an email",
"additionalDev": "Additional developer", "additionalDev": "Development help",
"technologies": "Technologies", "technologies": "Technologies",
"reactNative": "Made with React Native", "reactNative": "Made with React Native",
"expo": "Built with Expo",
"libs": "Libraries used" "libs": "Libraries used"
}, },
"proximoScreen": { "proximoScreen": {

View file

@ -107,11 +107,12 @@
"license": "Licence", "license": "Licence",
"debug": "Debug", "debug": "Debug",
"team": "Équipe", "team": "Équipe",
"author": "Auteur", "author": "Auteur et mainteneur",
"authorMail": "Envoyer un mail", "authorMail": "Envoyer un mail",
"additionalDev": "Développeur additionnel", "additionalDev": "Aide au développement",
"technologies": "Technologies", "technologies": "Technologies",
"reactNative": "Créé avec React Native", "reactNative": "Créé avec React Native",
"expo": "Compilé avec Expo",
"libs": "Librairies utilisées" "libs": "Librairies utilisées"
}, },
"proximoScreen": { "proximoScreen": {