Updated about links and version

This commit is contained in:
keplyx 2019-08-05 15:10:20 +02:00
parent cf8014da3f
commit 062ac9ac5d
4 changed files with 16 additions and 7 deletions

View file

@ -9,7 +9,7 @@
"android",
"web"
],
"version": "0.0.2",
"version": "0.0.3",
"orientation": "portrait",
"icon": "./assets/icon.png",
"primaryColor": "#e42612",

View file

@ -12,10 +12,11 @@ import CustomMaterialIcon from "../../components/CustomMaterialIcon";
const links = {
appstore: 'https://qwant.com',
playstore: 'https://qwant.com',
gitlab: 'https://qwant.com',
bugs: 'https://qwant.com',
changelog: 'https://qwant.com',
license: 'https://qwant.com',
expo: 'https://expo.io/@amicaleinsat/application-amicale',
git: 'https://git.srv-falcon.etud.insa-toulouse.fr/vergnet/application-amicale',
bugs: 'https://git.srv-falcon.etud.insa-toulouse.fr/vergnet/application-amicale/issues',
changelog: 'https://git.srv-falcon.etud.insa-toulouse.fr/vergnet/application-amicale',
license: 'https://git.srv-falcon.etud.insa-toulouse.fr/vergnet/application-amicale',
mail: "mailto:arnaud.vergnet@netc.fr?subject=Application Amicale INSA Toulouse&body=",
linkedin: 'https://www.linkedin.com/in/arnaud-vergnet-434ba5179/',
facebook: 'https://www.facebook.com/arnaud.vergnet',
@ -50,9 +51,15 @@ export default class AboutScreen extends React.Component<Props> {
showChevron: true
},
{
onPressCallback: () => openWebLink(links.gitlab),
onPressCallback: () => openWebLink(links.expo),
icon: 'worker',
text: i18n.t('aboutScreen.expoBeta'),
showChevron: true
},
{
onPressCallback: () => openWebLink(links.git),
icon: 'git',
text: 'Gitlab',
text: 'Git',
showChevron: true
},
{

View file

@ -31,6 +31,7 @@
"aboutScreen": {
"appstore": "See on the Appstore",
"playstore": "See on the Playstore",
"expoBeta": "Participate in the Beta!",
"bugs": "Report Bugs",
"changelog": "Changelog",
"license": "License",

View file

@ -31,6 +31,7 @@
"aboutScreen": {
"appstore": "Voir sur l'Appstore",
"playstore": "Voir sur le Playstore",
"expoBeta": "Participer à la Beta !",
"bugs": "Rapporter des Bugs",
"changelog": "Historique des modifications",
"license": "Licence",