From 878ff1b308e68a5ebd0f2cb80d380ede6a91f41f Mon Sep 17 00:00:00 2001 From: keplyx Date: Wed, 5 Feb 2020 10:25:19 +0100 Subject: [PATCH] Updated librairies --- Changelog.md | 1 + babel.config.js | 5 +++++ package.json | 18 +++++++++--------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index e070a2a..71fce28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,6 +9,7 @@ Pensez à garder l'appli à jour pour profiter des dernières fonctionnalités ! - Affichage de l'événement de l'accueil directement au clic, au lieu de juste amener sur la liste - _Notes de développement :_ - Passage de React Navigation 3 à 4 + - Mise à jour d'autres librairies - **v1.4.0** - _01/02/2020_ - Correction d'un crash lors du rafraichissement de planex diff --git a/babel.config.js b/babel.config.js index 2900afe..5a71250 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,5 +2,10 @@ module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], + env: { + production: { + plugins: ['react-native-paper/babel'], + }, + }, }; }; diff --git a/package.json b/package.json index fee582a..7919241 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "eject": "expo eject" }, "dependencies": { + "@react-native-community/masked-view": "0.1.5", "expo": "^36.0.0", "expo-font": "~8.0.0", "expo-linear-gradient": "~8.0.0", @@ -21,24 +22,23 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz", "react-native-app-intro-slider": "^3.0.0", "react-native-autolink": "^1.8.1", - "react-native-calendars": "^1.212.0", - "react-native-material-menu": "^0.6.7", + "react-native-calendars": "^1.260.0", + "react-native-gesture-handler": "~1.5.0", + "react-native-material-menu": "^1.0.0", "react-native-modalize": "^1.3.6", "react-native-paper": "^3.5.1", "react-native-platform-touchable": "^1.1.1", + "react-native-reanimated": "~1.4.0", "react-native-render-html": "^4.1.2", + "react-native-safe-area-context": "0.6.0", + "react-native-screens": "2.0.0-alpha.12", "react-native-status-bar-height": "^2.3.1", "react-native-webview": "7.4.3", "react-navigation": "^4.1.0", "react-navigation-drawer": "^2.3.3", - "react-navigation-material-bottom-tabs": "^1.1.1", + "react-navigation-material-bottom-tabs": "^2.1.5", "react-navigation-stack": "^2.1.0", - "react-navigation-transitions": "^1.0.12", - "react-native-gesture-handler": "~1.5.0", - "react-native-reanimated": "~1.4.0", - "react-native-screens": "2.0.0-alpha.12", - "react-native-safe-area-context": "0.6.0", - "@react-native-community/masked-view": "0.1.5" + "react-navigation-transitions": "^1.0.12" }, "devDependencies": { "babel-preset-expo": "^8.0.0"