forked from vergnet/application-amicale
Updated about screen
This commit is contained in:
parent
24106e9791
commit
03d57e91d9
3 changed files with 13 additions and 4 deletions
|
@ -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',
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue