Browse Source

Updated libs

Arnaud Vergnet 3 years ago
parent
commit
ab801ec92b
2 changed files with 10 additions and 8 deletions
  1. 8
    8
      package.json
  2. 2
    0
      src/components/Tabbar/CustomTabBar.js

+ 8
- 8
package.json View File

@@ -22,11 +22,11 @@
22 22
     "@nartc/react-native-barcode-mask": "^1.2.0",
23 23
     "@react-native-community/async-storage": "^1.11.0",
24 24
     "@react-native-community/masked-view": "^0.1.10",
25
-    "@react-native-community/push-notification-ios": "^1.3.0",
25
+    "@react-native-community/push-notification-ios": "^1.4.0",
26 26
     "@react-native-community/slider": "^3.0.3",
27
-    "@react-navigation/bottom-tabs": "^5.7.1",
28
-    "@react-navigation/native": "^5.7.0",
29
-    "@react-navigation/stack": "^5.7.0",
27
+    "@react-navigation/bottom-tabs": "^5.7.2",
28
+    "@react-navigation/native": "^5.7.1",
29
+    "@react-navigation/stack": "^5.7.1",
30 30
     "i18n-js": "^3.7.1",
31 31
     "react": "16.13.1",
32 32
     "react-native": "0.63.1",
@@ -35,9 +35,9 @@
35 35
     "react-native-appearance": "^0.3.4",
36 36
     "react-native-autolink": "^3.0.0",
37 37
     "react-native-calendars": "^1.300.0",
38
-    "react-native-camera": "^3.31.1",
38
+    "react-native-camera": "^3.33.0",
39 39
     "react-native-collapsible": "^1.5.2",
40
-    "react-native-gesture-handler": "^1.6.1",
40
+    "react-native-gesture-handler": "^1.7.0",
41 41
     "react-native-image-modal": "^1.0.9",
42 42
     "react-native-keychain": "^6.1.1",
43 43
     "react-native-linear-gradient": "^2.5.6",
@@ -46,14 +46,14 @@
46 46
     "react-native-paper": "^4.0.1",
47 47
     "react-native-permissions": "^2.1.5",
48 48
     "react-native-push-notification": "^4.0.0",
49
-    "react-native-reanimated": "^1.9.0",
49
+    "react-native-reanimated": "^1.10.1",
50 50
     "react-native-render-html": "^4.2.1",
51 51
     "react-native-safe-area-context": "0.7.3",
52 52
     "react-native-screens": "^2.9.0",
53 53
     "react-native-splash-screen": "^3.2.0",
54 54
     "react-native-vector-icons": "^7.0.0",
55 55
     "react-native-webview": "^10.3.2",
56
-    "react-navigation-collapsible": "^5.6.3",
56
+    "react-navigation-collapsible": "^5.6.4",
57 57
     "react-navigation-header-buttons": "^4.0.2"
58 58
   },
59 59
   "devDependencies": {

+ 2
- 0
src/components/Tabbar/CustomTabBar.js View File

@@ -1,3 +1,5 @@
1
+// @flow
2
+
1 3
 import * as React from 'react';
2 4
 import {withTheme} from 'react-native-paper';
3 5
 import TabIcon from "./TabIcon";

Loading…
Cancel
Save