forked from vergnet/application-amicale
Updated about links and version
This commit is contained in:
parent
cf8014da3f
commit
062ac9ac5d
4 changed files with 16 additions and 7 deletions
2
app.json
2
app.json
|
@ -9,7 +9,7 @@
|
|||
"android",
|
||||
"web"
|
||||
],
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"primaryColor": "#e42612",
|
||||
|
|
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue