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",
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<Props, State> {
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',

View file

@ -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": {

View file

@ -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": {