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",
|
"android",
|
||||||
"web"
|
"web"
|
||||||
],
|
],
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/icon.png",
|
"icon": "./assets/icon.png",
|
||||||
"primaryColor": "#e42612",
|
"primaryColor": "#e42612",
|
||||||
|
|
|
@ -12,10 +12,11 @@ import CustomMaterialIcon from "../../components/CustomMaterialIcon";
|
||||||
const links = {
|
const links = {
|
||||||
appstore: 'https://qwant.com',
|
appstore: 'https://qwant.com',
|
||||||
playstore: 'https://qwant.com',
|
playstore: 'https://qwant.com',
|
||||||
gitlab: 'https://qwant.com',
|
expo: 'https://expo.io/@amicaleinsat/application-amicale',
|
||||||
bugs: 'https://qwant.com',
|
git: 'https://git.srv-falcon.etud.insa-toulouse.fr/vergnet/application-amicale',
|
||||||
changelog: 'https://qwant.com',
|
bugs: 'https://git.srv-falcon.etud.insa-toulouse.fr/vergnet/application-amicale/issues',
|
||||||
license: 'https://qwant.com',
|
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=",
|
mail: "mailto:arnaud.vergnet@netc.fr?subject=Application Amicale INSA Toulouse&body=",
|
||||||
linkedin: 'https://www.linkedin.com/in/arnaud-vergnet-434ba5179/',
|
linkedin: 'https://www.linkedin.com/in/arnaud-vergnet-434ba5179/',
|
||||||
facebook: 'https://www.facebook.com/arnaud.vergnet',
|
facebook: 'https://www.facebook.com/arnaud.vergnet',
|
||||||
|
@ -50,9 +51,15 @@ export default class AboutScreen extends React.Component<Props> {
|
||||||
showChevron: true
|
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',
|
icon: 'git',
|
||||||
text: 'Gitlab',
|
text: 'Git',
|
||||||
showChevron: true
|
showChevron: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
"aboutScreen": {
|
"aboutScreen": {
|
||||||
"appstore": "See on the Appstore",
|
"appstore": "See on the Appstore",
|
||||||
"playstore": "See on the Playstore",
|
"playstore": "See on the Playstore",
|
||||||
|
"expoBeta": "Participate in the Beta!",
|
||||||
"bugs": "Report Bugs",
|
"bugs": "Report Bugs",
|
||||||
"changelog": "Changelog",
|
"changelog": "Changelog",
|
||||||
"license": "License",
|
"license": "License",
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
"aboutScreen": {
|
"aboutScreen": {
|
||||||
"appstore": "Voir sur l'Appstore",
|
"appstore": "Voir sur l'Appstore",
|
||||||
"playstore": "Voir sur le Playstore",
|
"playstore": "Voir sur le Playstore",
|
||||||
|
"expoBeta": "Participer à la Beta !",
|
||||||
"bugs": "Rapporter des Bugs",
|
"bugs": "Rapporter des Bugs",
|
||||||
"changelog": "Historique des modifications",
|
"changelog": "Historique des modifications",
|
||||||
"license": "Licence",
|
"license": "Licence",
|
||||||
|
|
Loading…
Reference in a new issue