Added amicale website to student services

This commit is contained in:
Arnaud Vergnet 2020-05-28 10:54:00 +02:00
parent a0bb02991f
commit f201b5004d
3 changed files with 9 additions and 3 deletions

View file

@ -136,8 +136,8 @@ android {
applicationId 'fr.amicaleinsat.application'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionName "3.0.4"
versionCode 22
versionName "3.0.5"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {

View file

@ -1,6 +1,6 @@
{
"name": "campus",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"scripts": {
"start": "react-native start",

View file

@ -111,6 +111,12 @@ class ServicesScreen extends React.Component<Props, State> {
image: TUTORINSA_IMAGE,
onPress: () => nav.navigate("tutorinsa"),
},
{
title: i18n.t('screens.amicaleWebsite'),
subtitle: "AMICALE",
image: AMICALE_IMAGE,
onPress: () => nav.navigate("amicale-website"),
},
];
this.insaDataset = [
{