@fto-consult/expo-ui 8.34.0 → 8.35.0
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.
@@ -7,9 +7,9 @@
|
|
7
7
|
"@react-native-community/netinfo": "11.1.0",
|
8
8
|
"@react-native/assets-registry": "^0.72.0",
|
9
9
|
"react-native-get-random-values": "~1.8.0",
|
10
|
-
"@react-navigation/native": "^6.1.
|
11
|
-
"@react-navigation/native-stack": "^6.9.
|
12
|
-
"@react-navigation/stack": "^6.3.
|
10
|
+
"@react-navigation/native": "^6.1.14",
|
11
|
+
"@react-navigation/native-stack": "^6.9.22",
|
12
|
+
"@react-navigation/stack": "^6.3.25",
|
13
13
|
"@shopify/flash-list": "1.6.3",
|
14
14
|
"expo": "^50.0.8",
|
15
15
|
"expo-camera": "~14.0.5",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.35.0",
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
5
5
|
"scripts": {
|
6
6
|
"clear-npx-cache": "npx clear-npx-cache",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"react-native-iphone-x-helper": "^1.3.1",
|
86
86
|
"react-native-mime-types": "^2.5.0",
|
87
87
|
"react-native-paper": "^5.12.3",
|
88
|
-
"react-native-paper-dates": "^0.
|
88
|
+
"react-native-paper-dates": "^0.22.3",
|
89
89
|
"react-native-web": "^0.19.10",
|
90
90
|
"react-virtuoso": "^4.7.1",
|
91
91
|
"readable-stream": "^4.5.2",
|
@@ -183,12 +183,12 @@ const DialogComponent = React.forwardRef((props,ref)=>{
|
|
183
183
|
</ScrollView>
|
184
184
|
}
|
185
185
|
const getRRProps = (containerProps)=>{
|
186
|
-
return containerProps;
|
187
186
|
if(!isPreloader){
|
188
187
|
const {mediaQueryUpdateStyle} = containerProps;
|
189
188
|
containerProps.mediaQueryUpdateStyle = (...rest)=>{
|
190
189
|
const r = typeof mediaQueryUpdateStyle =="function"? mediaQueryUpdateStyle(...rest) : undefined;
|
191
|
-
|
190
|
+
const {width,height} = rest[0];
|
191
|
+
return isFullScreenDialog()? [r,{width,height}] : r;
|
192
192
|
}
|
193
193
|
}
|
194
194
|
return containerProps;
|
@@ -205,7 +205,7 @@ const DialogComponent = React.forwardRef((props,ref)=>{
|
|
205
205
|
style = {[styles.modal,modalProps.style]}
|
206
206
|
ref={modalRef}
|
207
207
|
testID = {testID}
|
208
|
-
contentContainerProps = {
|
208
|
+
contentContainerProps = {contentContainerProps}
|
209
209
|
>
|
210
210
|
<DialogContent isFullScreen={isFullScreenDialog} isPreloader={isPreloader}>
|
211
211
|
<Surface
|
@@ -1,6 +1,6 @@
|
|
1
1
|
module.exports = {
|
2
2
|
"@fto-consult/expo-ui": {
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.26.0",
|
4
4
|
"url": "https://github.com/borispipo/expo-ui#readme",
|
5
5
|
"license": "ISC"
|
6
6
|
},
|
@@ -39,6 +39,16 @@ module.exports = {
|
|
39
39
|
"url": "https://github.com/pchmn/expo-material3-theme#readme",
|
40
40
|
"license": "MIT"
|
41
41
|
},
|
42
|
+
"@react-native-async-storage/async-storage": {
|
43
|
+
"version": "1.21.0",
|
44
|
+
"url": "https://github.com/react-native-async-storage/async-storage#readme",
|
45
|
+
"license": "MIT"
|
46
|
+
},
|
47
|
+
"@react-native-community/datetimepicker": {
|
48
|
+
"version": "7.6.1",
|
49
|
+
"url": "https://github.com/react-native-community/datetimepicker#readme",
|
50
|
+
"license": "MIT"
|
51
|
+
},
|
42
52
|
"@react-native-community/netinfo": {
|
43
53
|
"version": "11.1.0",
|
44
54
|
"url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
@@ -50,17 +60,17 @@ module.exports = {
|
|
50
60
|
"license": "MIT"
|
51
61
|
},
|
52
62
|
"@react-navigation/native": {
|
53
|
-
"version": "6.1.
|
63
|
+
"version": "6.1.14",
|
54
64
|
"url": "https://reactnavigation.org",
|
55
65
|
"license": "MIT"
|
56
66
|
},
|
57
67
|
"@react-navigation/native-stack": {
|
58
|
-
"version": "6.9.
|
68
|
+
"version": "6.9.22",
|
59
69
|
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
60
70
|
"license": "MIT"
|
61
71
|
},
|
62
72
|
"@react-navigation/stack": {
|
63
|
-
"version": "6.3.
|
73
|
+
"version": "6.3.25",
|
64
74
|
"url": "https://reactnavigation.org/docs/stack-navigator/",
|
65
75
|
"license": "MIT"
|
66
76
|
},
|
@@ -174,11 +184,6 @@ module.exports = {
|
|
174
184
|
"url": "https://github.com/react-native-community/react-native-svg",
|
175
185
|
"license": "MIT"
|
176
186
|
},
|
177
|
-
"react-native-view-shot": {
|
178
|
-
"version": "3.8.0",
|
179
|
-
"url": "https://github.com/gre/react-native-view-shot",
|
180
|
-
"license": "MIT"
|
181
|
-
},
|
182
187
|
"react-native-webview": {
|
183
188
|
"version": "13.6.4",
|
184
189
|
"url": "https://github.com/react-native-webview/react-native-webview#readme",
|