Compare commits
No commits in common. "2100aea6bf20900fc1f22038f580b0feb295ea65" and "a0bb02991fbb6c6c3d40b8b219189a4074609a4a" have entirely different histories.
2100aea6bf
...
a0bb02991f
4 changed files with 3 additions and 16 deletions
|
|
@ -2,13 +2,6 @@
|
||||||
|
|
||||||
Pensez à garder l'appli à jour pour profiter des dernières fonctionnalités !
|
Pensez à garder l'appli à jour pour profiter des dernières fonctionnalités !
|
||||||
|
|
||||||
- **v3.0.5** - 28/05/2020
|
|
||||||
- Importante amélioration de la vitesse de démarrage et des performances
|
|
||||||
- Nouvelle réduction importante de la taille de l'application à télécharger et une fois installée
|
|
||||||
- _Notes de développement :_
|
|
||||||
- Passage de React Native 61.5 à 62.2
|
|
||||||
- Utilisation du moteur JS Hermes et proguard
|
|
||||||
|
|
||||||
- **v3.0.0** - 26/05/2020
|
- **v3.0.0** - 26/05/2020
|
||||||
- Nouvelle barre de navigation !
|
- Nouvelle barre de navigation !
|
||||||
- Nouveau planex tout beau tout neuf !
|
- Nouveau planex tout beau tout neuf !
|
||||||
|
|
|
||||||
|
|
@ -136,8 +136,8 @@ android {
|
||||||
applicationId 'fr.amicaleinsat.application'
|
applicationId 'fr.amicaleinsat.application'
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 22
|
versionCode 21
|
||||||
versionName "3.0.5"
|
versionName "3.0.4"
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
}
|
}
|
||||||
splits {
|
splits {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "campus",
|
"name": "campus",
|
||||||
"version": "3.0.5",
|
"version": "3.0.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
|
|
|
||||||
|
|
@ -111,12 +111,6 @@ class ServicesScreen extends React.Component<Props, State> {
|
||||||
image: TUTORINSA_IMAGE,
|
image: TUTORINSA_IMAGE,
|
||||||
onPress: () => nav.navigate("tutorinsa"),
|
onPress: () => nav.navigate("tutorinsa"),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: i18n.t('screens.amicaleWebsite'),
|
|
||||||
subtitle: "AMICALE",
|
|
||||||
image: AMICALE_IMAGE,
|
|
||||||
onPress: () => nav.navigate("amicale-website"),
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
this.insaDataset = [
|
this.insaDataset = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue