forked from vergnet/application-amicale
Updated libs
This commit is contained in:
parent
be33726e39
commit
ab801ec92b
2 changed files with 10 additions and 8 deletions
16
package.json
16
package.json
|
@ -22,11 +22,11 @@
|
||||||
"@nartc/react-native-barcode-mask": "^1.2.0",
|
"@nartc/react-native-barcode-mask": "^1.2.0",
|
||||||
"@react-native-community/async-storage": "^1.11.0",
|
"@react-native-community/async-storage": "^1.11.0",
|
||||||
"@react-native-community/masked-view": "^0.1.10",
|
"@react-native-community/masked-view": "^0.1.10",
|
||||||
"@react-native-community/push-notification-ios": "^1.3.0",
|
"@react-native-community/push-notification-ios": "^1.4.0",
|
||||||
"@react-native-community/slider": "^3.0.3",
|
"@react-native-community/slider": "^3.0.3",
|
||||||
"@react-navigation/bottom-tabs": "^5.7.1",
|
"@react-navigation/bottom-tabs": "^5.7.2",
|
||||||
"@react-navigation/native": "^5.7.0",
|
"@react-navigation/native": "^5.7.1",
|
||||||
"@react-navigation/stack": "^5.7.0",
|
"@react-navigation/stack": "^5.7.1",
|
||||||
"i18n-js": "^3.7.1",
|
"i18n-js": "^3.7.1",
|
||||||
"react": "16.13.1",
|
"react": "16.13.1",
|
||||||
"react-native": "0.63.1",
|
"react-native": "0.63.1",
|
||||||
|
@ -35,9 +35,9 @@
|
||||||
"react-native-appearance": "^0.3.4",
|
"react-native-appearance": "^0.3.4",
|
||||||
"react-native-autolink": "^3.0.0",
|
"react-native-autolink": "^3.0.0",
|
||||||
"react-native-calendars": "^1.300.0",
|
"react-native-calendars": "^1.300.0",
|
||||||
"react-native-camera": "^3.31.1",
|
"react-native-camera": "^3.33.0",
|
||||||
"react-native-collapsible": "^1.5.2",
|
"react-native-collapsible": "^1.5.2",
|
||||||
"react-native-gesture-handler": "^1.6.1",
|
"react-native-gesture-handler": "^1.7.0",
|
||||||
"react-native-image-modal": "^1.0.9",
|
"react-native-image-modal": "^1.0.9",
|
||||||
"react-native-keychain": "^6.1.1",
|
"react-native-keychain": "^6.1.1",
|
||||||
"react-native-linear-gradient": "^2.5.6",
|
"react-native-linear-gradient": "^2.5.6",
|
||||||
|
@ -46,14 +46,14 @@
|
||||||
"react-native-paper": "^4.0.1",
|
"react-native-paper": "^4.0.1",
|
||||||
"react-native-permissions": "^2.1.5",
|
"react-native-permissions": "^2.1.5",
|
||||||
"react-native-push-notification": "^4.0.0",
|
"react-native-push-notification": "^4.0.0",
|
||||||
"react-native-reanimated": "^1.9.0",
|
"react-native-reanimated": "^1.10.1",
|
||||||
"react-native-render-html": "^4.2.1",
|
"react-native-render-html": "^4.2.1",
|
||||||
"react-native-safe-area-context": "0.7.3",
|
"react-native-safe-area-context": "0.7.3",
|
||||||
"react-native-screens": "^2.9.0",
|
"react-native-screens": "^2.9.0",
|
||||||
"react-native-splash-screen": "^3.2.0",
|
"react-native-splash-screen": "^3.2.0",
|
||||||
"react-native-vector-icons": "^7.0.0",
|
"react-native-vector-icons": "^7.0.0",
|
||||||
"react-native-webview": "^10.3.2",
|
"react-native-webview": "^10.3.2",
|
||||||
"react-navigation-collapsible": "^5.6.3",
|
"react-navigation-collapsible": "^5.6.4",
|
||||||
"react-navigation-header-buttons": "^4.0.2"
|
"react-navigation-header-buttons": "^4.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @flow
|
||||||
|
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import {withTheme} from 'react-native-paper';
|
import {withTheme} from 'react-native-paper';
|
||||||
import TabIcon from "./TabIcon";
|
import TabIcon from "./TabIcon";
|
||||||
|
|
Loading…
Reference in a new issue