Browse Source

Updated librairies

keplyx 4 years ago
parent
commit
878ff1b308
3 changed files with 15 additions and 9 deletions
  1. 1
    0
      Changelog.md
  2. 5
    0
      babel.config.js
  3. 9
    9
      package.json

+ 1
- 0
Changelog.md View File

@@ -9,6 +9,7 @@ Pensez à garder l'appli à jour pour profiter des dernières fonctionnalités !
9 9
     - Affichage de l'événement de l'accueil directement au clic, au lieu de juste amener sur la liste
10 10
     - _Notes de développement :_
11 11
         - Passage de React Navigation 3 à 4
12
+        - Mise à jour d'autres librairies
12 13
 
13 14
  - **v1.4.0** - _01/02/2020_
14 15
     - Correction d'un crash lors du rafraichissement de planex

+ 5
- 0
babel.config.js View File

@@ -2,5 +2,10 @@ module.exports = function(api) {
2 2
   api.cache(true);
3 3
   return {
4 4
     presets: ['babel-preset-expo'],
5
+    env: {
6
+      production: {
7
+        plugins: ['react-native-paper/babel'],
8
+      },
9
+    },
5 10
   };
6 11
 };

+ 9
- 9
package.json View File

@@ -8,6 +8,7 @@
8 8
     "eject": "expo eject"
9 9
   },
10 10
   "dependencies": {
11
+    "@react-native-community/masked-view": "0.1.5",
11 12
     "expo": "^36.0.0",
12 13
     "expo-font": "~8.0.0",
13 14
     "expo-linear-gradient": "~8.0.0",
@@ -21,24 +22,23 @@
21 22
     "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
22 23
     "react-native-app-intro-slider": "^3.0.0",
23 24
     "react-native-autolink": "^1.8.1",
24
-    "react-native-calendars": "^1.212.0",
25
-    "react-native-material-menu": "^0.6.7",
25
+    "react-native-calendars": "^1.260.0",
26
+    "react-native-gesture-handler": "~1.5.0",
27
+    "react-native-material-menu": "^1.0.0",
26 28
     "react-native-modalize": "^1.3.6",
27 29
     "react-native-paper": "^3.5.1",
28 30
     "react-native-platform-touchable": "^1.1.1",
31
+    "react-native-reanimated": "~1.4.0",
29 32
     "react-native-render-html": "^4.1.2",
33
+    "react-native-safe-area-context": "0.6.0",
34
+    "react-native-screens": "2.0.0-alpha.12",
30 35
     "react-native-status-bar-height": "^2.3.1",
31 36
     "react-native-webview": "7.4.3",
32 37
     "react-navigation": "^4.1.0",
33 38
     "react-navigation-drawer": "^2.3.3",
34
-    "react-navigation-material-bottom-tabs": "^1.1.1",
39
+    "react-navigation-material-bottom-tabs": "^2.1.5",
35 40
     "react-navigation-stack": "^2.1.0",
36
-    "react-navigation-transitions": "^1.0.12",
37
-    "react-native-gesture-handler": "~1.5.0",
38
-    "react-native-reanimated": "~1.4.0",
39
-    "react-native-screens": "2.0.0-alpha.12",
40
-    "react-native-safe-area-context": "0.6.0",
41
-    "@react-native-community/masked-view": "0.1.5"
41
+    "react-navigation-transitions": "^1.0.12"
42 42
   },
43 43
   "devDependencies": {
44 44
     "babel-preset-expo": "^8.0.0"

Loading…
Cancel
Save