@fto-consult/expo-ui 8.70.4 → 8.70.6
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "8.70.
|
3
|
+
"version": "8.70.6",
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
5
5
|
"react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
|
6
6
|
"scripts": {
|
@@ -11,7 +11,7 @@ export const getContentHeight = (innerRef,cb,screenIndent)=>{
|
|
11
11
|
if(isDecimal(y) && isDecimal(height)){
|
12
12
|
const winHeight = Dimensions.get("window").height;
|
13
13
|
const rHeight = winHeight - defaultDecimal(y) - defaultDecimal(height) - defaultDecimal(screenIndent,20);
|
14
|
-
result.height = rHeight > 200 ? rHeight : undefined;
|
14
|
+
result.height = rHeight > 200 ? (rHeight < winHeight-100? rHeight : Math.max(Math.min(rHeight,winHeight-150),250)) : undefined;
|
15
15
|
}
|
16
16
|
if(typeof cb =='function'){
|
17
17
|
cb(result);
|
@@ -1,21 +1,22 @@
|
|
1
1
|
module.exports = {
|
2
2
|
"@fto-consult/expo-ui": {
|
3
|
-
"name": "@fto-consult/expo-ui",
|
4
3
|
"version": "8.70.3",
|
5
|
-
"
|
6
|
-
|
7
|
-
"url": "git+https://github.com/borispipo/expo-ui.git"
|
8
|
-
},
|
9
|
-
"homepage": "https://github.com/borispipo/expo-ui#readme"
|
4
|
+
"url": "https://github.com/borispipo/expo-ui#readme",
|
5
|
+
"license": "ISC"
|
10
6
|
},
|
11
7
|
"@babel/plugin-proposal-export-namespace-from": {
|
12
8
|
"version": "7.18.9",
|
13
9
|
"url": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from",
|
14
10
|
"license": "MIT"
|
15
11
|
},
|
16
|
-
"@emotion/
|
17
|
-
"version": "11.11.
|
18
|
-
"url": "https://
|
12
|
+
"@emotion/native": {
|
13
|
+
"version": "11.11.0",
|
14
|
+
"url": "https://emotion.sh",
|
15
|
+
"license": "MIT"
|
16
|
+
},
|
17
|
+
"@expo/html-elements": {
|
18
|
+
"version": "0.5.1",
|
19
|
+
"url": "https://github.com/expo/expo/tree/main/packages/html-elements",
|
19
20
|
"license": "MIT"
|
20
21
|
},
|
21
22
|
"@expo/metro-config": {
|
@@ -23,24 +24,59 @@ module.exports = {
|
|
23
24
|
"url": "https://github.com/expo/expo.git",
|
24
25
|
"license": "MIT"
|
25
26
|
},
|
27
|
+
"@expo/vector-icons": {
|
28
|
+
"version": "14.0.0",
|
29
|
+
"url": "https://expo.github.io/vector-icons",
|
30
|
+
"license": "MIT"
|
31
|
+
},
|
26
32
|
"@expo/webpack-config": {
|
27
33
|
"version": "19.0.1",
|
28
34
|
"url": "https://github.com/expo/expo-webpack-integrations/tree/main/packages/webpack-config#readme",
|
29
35
|
"license": "MIT"
|
30
36
|
},
|
31
|
-
"@
|
32
|
-
"version": "
|
33
|
-
"url": "https://github.com/
|
37
|
+
"@pchmn/expo-material3-theme": {
|
38
|
+
"version": "1.3.2",
|
39
|
+
"url": "https://github.com/pchmn/expo-material3-theme#readme",
|
34
40
|
"license": "MIT"
|
35
41
|
},
|
36
|
-
"@
|
37
|
-
"version": "
|
38
|
-
"url": "https://github.com/
|
39
|
-
"license": "
|
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
|
+
},
|
52
|
+
"@react-native-community/netinfo": {
|
53
|
+
"version": "11.1.0",
|
54
|
+
"url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
55
|
+
"license": "MIT"
|
56
|
+
},
|
57
|
+
"@react-native/assets-registry": {
|
58
|
+
"version": "0.72.0",
|
59
|
+
"url": "git@github.com:facebook/react-native.git",
|
60
|
+
"license": "MIT"
|
61
|
+
},
|
62
|
+
"@react-navigation/native": {
|
63
|
+
"version": "6.1.17",
|
64
|
+
"url": "https://reactnavigation.org",
|
65
|
+
"license": "MIT"
|
66
|
+
},
|
67
|
+
"@react-navigation/native-stack": {
|
68
|
+
"version": "6.9.26",
|
69
|
+
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
70
|
+
"license": "MIT"
|
71
|
+
},
|
72
|
+
"@react-navigation/stack": {
|
73
|
+
"version": "6.3.29",
|
74
|
+
"url": "https://reactnavigation.org/docs/stack-navigator/",
|
75
|
+
"license": "MIT"
|
40
76
|
},
|
41
|
-
"
|
42
|
-
"version": "
|
43
|
-
"url": "https://
|
77
|
+
"@shopify/flash-list": {
|
78
|
+
"version": "1.6.3",
|
79
|
+
"url": "https://shopify.github.io/flash-list/",
|
44
80
|
"license": "MIT"
|
45
81
|
},
|
46
82
|
"babel-plugin-inline-dotenv": {
|
@@ -58,48 +94,69 @@ module.exports = {
|
|
58
94
|
"url": "https://github.com/crypto-browserify/crypto-browserify",
|
59
95
|
"license": "MIT"
|
60
96
|
},
|
61
|
-
"
|
62
|
-
"version": "
|
63
|
-
"url": "https://github.com/
|
97
|
+
"expo": {
|
98
|
+
"version": "50.0.15",
|
99
|
+
"url": "https://github.com/expo/expo/tree/main/packages/expo",
|
100
|
+
"license": "MIT"
|
101
|
+
},
|
102
|
+
"expo-camera": {
|
103
|
+
"version": "14.1.2",
|
104
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/camera/",
|
105
|
+
"license": "MIT"
|
106
|
+
},
|
107
|
+
"expo-clipboard": {
|
108
|
+
"version": "5.0.1",
|
109
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/clipboard",
|
110
|
+
"license": "MIT"
|
111
|
+
},
|
112
|
+
"expo-font": {
|
113
|
+
"version": "11.10.3",
|
114
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/font/",
|
115
|
+
"license": "MIT"
|
116
|
+
},
|
117
|
+
"expo-image-picker": {
|
118
|
+
"version": "14.7.1",
|
119
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
|
64
120
|
"license": "MIT"
|
65
121
|
},
|
66
|
-
"
|
67
|
-
"version": "
|
68
|
-
"url": "https://
|
69
|
-
"license": "
|
122
|
+
"expo-intent-launcher": {
|
123
|
+
"version": "10.11.0",
|
124
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/intent-launcher/",
|
125
|
+
"license": "MIT"
|
70
126
|
},
|
71
|
-
"
|
72
|
-
"version": "
|
73
|
-
"url": "https://
|
127
|
+
"expo-linking": {
|
128
|
+
"version": "6.2.2",
|
129
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/linking",
|
74
130
|
"license": "MIT"
|
75
131
|
},
|
76
|
-
"
|
77
|
-
"version": "
|
78
|
-
"url": "
|
132
|
+
"expo-sharing": {
|
133
|
+
"version": "11.10.0",
|
134
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/sharing/",
|
79
135
|
"license": "MIT"
|
80
136
|
},
|
81
|
-
"
|
82
|
-
"version": "4.
|
137
|
+
"expo-sqlite": {
|
138
|
+
"version": "13.4.0",
|
139
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
|
83
140
|
"license": "MIT"
|
84
141
|
},
|
85
|
-
"
|
86
|
-
"version": "
|
87
|
-
"url": "https://
|
142
|
+
"expo-status-bar": {
|
143
|
+
"version": "1.11.1",
|
144
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/status-bar/",
|
88
145
|
"license": "MIT"
|
89
146
|
},
|
90
|
-
"
|
91
|
-
"version": "
|
92
|
-
"url": "https://
|
147
|
+
"expo-system-ui": {
|
148
|
+
"version": "2.9.3",
|
149
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/system-ui",
|
93
150
|
"license": "MIT"
|
94
151
|
},
|
95
|
-
"
|
96
|
-
"version": "
|
97
|
-
"url": "https://
|
152
|
+
"expo-web-browser": {
|
153
|
+
"version": "12.8.2",
|
154
|
+
"url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
|
98
155
|
"license": "MIT"
|
99
156
|
},
|
100
|
-
"react-
|
101
|
-
"version": "
|
102
|
-
"url": "https://
|
157
|
+
"react-native": {
|
158
|
+
"version": "0.73.6",
|
159
|
+
"url": "https://reactnative.dev/",
|
103
160
|
"license": "MIT"
|
104
161
|
},
|
105
162
|
"react-native-big-list": {
|
@@ -107,45 +164,41 @@ module.exports = {
|
|
107
164
|
"url": "https://marcocesarato.github.io/react-native-big-list-docs/",
|
108
165
|
"license": "GPL-3.0-or-later"
|
109
166
|
},
|
110
|
-
"react-native-
|
111
|
-
"version": "
|
112
|
-
"url": "https://github.com/
|
167
|
+
"react-native-blob-util": {
|
168
|
+
"version": "0.18.6",
|
169
|
+
"url": "https://github.com/RonRadtke/react-native-blob-util",
|
113
170
|
"license": "MIT"
|
114
171
|
},
|
115
|
-
"react-native-
|
116
|
-
"version": "2.
|
172
|
+
"react-native-gesture-handler": {
|
173
|
+
"version": "2.14.1",
|
174
|
+
"url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
|
117
175
|
"license": "MIT"
|
118
176
|
},
|
119
|
-
"react-native-
|
120
|
-
"version": "
|
121
|
-
"url": "https://
|
177
|
+
"react-native-reanimated": {
|
178
|
+
"version": "3.6.2",
|
179
|
+
"url": "https://github.com/software-mansion/react-native-reanimated#readme",
|
122
180
|
"license": "MIT"
|
123
181
|
},
|
124
|
-
"react-native-
|
125
|
-
"version": "
|
126
|
-
"url": "https://github.com/
|
182
|
+
"react-native-safe-area-context": {
|
183
|
+
"version": "4.8.2",
|
184
|
+
"url": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
|
127
185
|
"license": "MIT"
|
128
186
|
},
|
129
|
-
"react-native-
|
130
|
-
"version": "
|
131
|
-
"url": "
|
187
|
+
"react-native-screens": {
|
188
|
+
"version": "3.29.0",
|
189
|
+
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
132
190
|
"license": "MIT"
|
133
191
|
},
|
134
|
-
"react-
|
135
|
-
"version": "
|
136
|
-
"url": "https://
|
192
|
+
"react-native-svg": {
|
193
|
+
"version": "14.1.0",
|
194
|
+
"url": "https://github.com/react-native-community/react-native-svg",
|
137
195
|
"license": "MIT"
|
138
196
|
},
|
139
|
-
"
|
140
|
-
"version": "
|
141
|
-
"url": "https://github.com/
|
197
|
+
"react-native-webview": {
|
198
|
+
"version": "13.6.4",
|
199
|
+
"url": "https://github.com/react-native-webview/react-native-webview#readme",
|
142
200
|
"license": "MIT"
|
143
201
|
},
|
144
|
-
"sanitize-filename": {
|
145
|
-
"version": "1.6.3",
|
146
|
-
"url": "git@github.com:parshap/node-sanitize-filename.git",
|
147
|
-
"license": "WTFPL OR ISC"
|
148
|
-
},
|
149
202
|
"sharp-cli": {
|
150
203
|
"version": "2.1.1",
|
151
204
|
"url": "https://github.com/vseventer/sharp-cli",
|
@@ -155,20 +208,5 @@ module.exports = {
|
|
155
208
|
"version": "3.0.0",
|
156
209
|
"url": "https://github.com/browserify/stream-browserify",
|
157
210
|
"license": "MIT"
|
158
|
-
},
|
159
|
-
"tippy.js": {
|
160
|
-
"version": "6.3.7",
|
161
|
-
"url": "https://atomiks.github.io/tippyjs/",
|
162
|
-
"license": "MIT"
|
163
|
-
},
|
164
|
-
"vm": {
|
165
|
-
"version": "0.1.0",
|
166
|
-
"url": "https://github.com/DiegoRBaquero/node-vm#readme",
|
167
|
-
"license": "MIT"
|
168
|
-
},
|
169
|
-
"xlsx": {
|
170
|
-
"version": "0.18.5",
|
171
|
-
"url": "https://sheetjs.com/",
|
172
|
-
"license": "Apache-2.0"
|
173
211
|
}
|
174
212
|
};
|