@fto-consult/expo-ui 1.0.30 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/babel.config.alias.js +4 -0
- package/package.json +2 -2
package/babel.config.alias.js
CHANGED
|
@@ -49,6 +49,10 @@ module.exports = (opts)=>{
|
|
|
49
49
|
if(!r["$drawerItems"]){
|
|
50
50
|
r["$drawerItems"] = path.resolve(expo,"navigation","Drawer","items","default")
|
|
51
51
|
}
|
|
52
|
+
///si l'alias $navigation n'a pas été définie par défaut, alors celui cet allias prendra la même valeur que celle de $envigation
|
|
53
|
+
if(r["$navigation"] == r["$cnavigation"]){
|
|
54
|
+
r["$navigation"] = r["$enavigation"];
|
|
55
|
+
}
|
|
52
56
|
if(typeof opts.mutator =='function'){
|
|
53
57
|
opts.mutator(r);
|
|
54
58
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fto-consult/expo-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@emotion/native": "^11.10.0",
|
|
61
61
|
"@expo/metro-config": "^0.4.0",
|
|
62
62
|
"@expo/webpack-config": "^0.17.2",
|
|
63
|
-
"@fto-consult/common": "^1.1.
|
|
63
|
+
"@fto-consult/common": "^1.1.8",
|
|
64
64
|
"@gorhom/portal": "^1.0.14",
|
|
65
65
|
"@react-native-async-storage/async-storage": "~1.17.3",
|
|
66
66
|
"@react-native-community/netinfo": "9.3.0",
|