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",
|
"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',
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue