@fto-consult/expo-ui 8.0.3 → 8.0.5
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/bin/create-app.js
CHANGED
@@ -73,7 +73,7 @@ module.exports = function(appName,{projectRoot:root}){
|
|
73
73
|
createAPPJSONFile(projectRoot,{...mainPackage,name});
|
74
74
|
createEntryFile(projectRoot);
|
75
75
|
copy(path.resolve(getAppDir(),"src"),path.resolve(projectRoot,"src"),{recursive:true,overwrite:false});
|
76
|
-
console.log("
|
76
|
+
console.log("installing dependencies ...");
|
77
77
|
return exec(`npm install`,{projectRoot}).finally(()=>{
|
78
78
|
setTimeout(()=>{
|
79
79
|
console.log("application ready");
|
@@ -110,7 +110,7 @@ const createAPPJSONFile = (projectRoot,{name,version})=>{
|
|
110
110
|
{
|
111
111
|
"expo": {
|
112
112
|
"name": "${name}",
|
113
|
-
${appSheme ? `"scheme": "${appSheme}"
|
113
|
+
${appSheme ? `"scheme": "${appSheme}",`:""}
|
114
114
|
"slug": "${name.toLowerCase().replace(/\s\s+/g, '-')}",
|
115
115
|
"version":"${version}",
|
116
116
|
"orientation": "portrait",
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@ import { Camera,CameraType } from 'expo-camera';
|
|
2
2
|
export {Camera};
|
3
3
|
import { useState,useMemo,useEffect,useRef,usePrevious,forwardRef,mergeRefs } from '$react';
|
4
4
|
import {HStack} from "$ecomponents/Stack";
|
5
|
-
import Dialog from "$
|
5
|
+
import Dialog from "$ecomponents/Dialog";
|
6
6
|
import theme from "$theme";
|
7
7
|
import Button from "$ecomponents/Button";
|
8
8
|
import Label from "$ecomponents/Label";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/**@see : https://github.com/pipwerks/PDFObject#readme */
|
2
|
-
let {Dialog} = require("$
|
3
|
-
let Icon = require("$
|
2
|
+
let {Dialog} = require("$ecomponents/Dialog")
|
3
|
+
let Icon = require("$ecomponents/Icon")
|
4
4
|
require("./styles.css")
|
5
5
|
let PDFObject = require("pdfobject")
|
6
6
|
let {MenuButton} = require("$ui")
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module.exports = {
|
2
2
|
"@fto-consult/expo-ui": {
|
3
3
|
"name": "@fto-consult/expo-ui",
|
4
|
-
"version": "
|
4
|
+
"version": "8.0.3",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "git+https://github.com/borispipo/expo-ui.git"
|
@@ -29,18 +29,18 @@ module.exports = {
|
|
29
29
|
"license": "MIT"
|
30
30
|
},
|
31
31
|
"@expo/metro-config": {
|
32
|
-
"version": "0.
|
32
|
+
"version": "0.17.3",
|
33
33
|
"url": "https://github.com/expo/expo.git",
|
34
34
|
"license": "MIT"
|
35
35
|
},
|
36
36
|
"@expo/vector-icons": {
|
37
|
-
"version": "
|
37
|
+
"version": "14.0.0",
|
38
38
|
"url": "https://expo.github.io/vector-icons",
|
39
39
|
"license": "MIT"
|
40
40
|
},
|
41
41
|
"@expo/webpack-config": {
|
42
|
-
"version": "19.0.
|
43
|
-
"url": "https://github.com/expo/expo-
|
42
|
+
"version": "19.0.1",
|
43
|
+
"url": "https://github.com/expo/expo-webpack-integrations/tree/main/packages/webpack-config#readme",
|
44
44
|
"license": "MIT"
|
45
45
|
},
|
46
46
|
"@faker-js/faker": {
|
@@ -63,17 +63,17 @@ module.exports = {
|
|
63
63
|
"license": "MIT"
|
64
64
|
},
|
65
65
|
"@react-native-async-storage/async-storage": {
|
66
|
-
"version": "1.
|
66
|
+
"version": "1.21.0",
|
67
67
|
"url": "https://github.com/react-native-async-storage/async-storage#readme",
|
68
68
|
"license": "MIT"
|
69
69
|
},
|
70
70
|
"@react-native-community/datetimepicker": {
|
71
|
-
"version": "7.
|
71
|
+
"version": "7.6.1",
|
72
72
|
"url": "https://github.com/react-native-community/datetimepicker#readme",
|
73
73
|
"license": "MIT"
|
74
74
|
},
|
75
75
|
"@react-native-community/netinfo": {
|
76
|
-
"version": "
|
76
|
+
"version": "11.1.0",
|
77
77
|
"url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
78
78
|
"license": "MIT"
|
79
79
|
},
|
@@ -98,7 +98,7 @@ module.exports = {
|
|
98
98
|
"license": "MIT"
|
99
99
|
},
|
100
100
|
"@shopify/flash-list": {
|
101
|
-
"version": "1.
|
101
|
+
"version": "1.6.3",
|
102
102
|
"url": "https://shopify.github.io/flash-list/",
|
103
103
|
"license": "MIT"
|
104
104
|
},
|
@@ -122,58 +122,63 @@ module.exports = {
|
|
122
122
|
"url": "https://github.com/tj/commander.js.git",
|
123
123
|
"license": "MIT"
|
124
124
|
},
|
125
|
+
"crypto-browserify": {
|
126
|
+
"version": "3.12.0",
|
127
|
+
"url": "https://github.com/crypto-browserify/crypto-browserify",
|
128
|
+
"license": "MIT"
|
129
|
+
},
|
125
130
|
"expo": {
|
126
|
-
"version": "
|
131
|
+
"version": "50.0.2",
|
127
132
|
"url": "https://github.com/expo/expo/tree/main/packages/expo",
|
128
133
|
"license": "MIT"
|
129
134
|
},
|
130
135
|
"expo-camera": {
|
131
|
-
"version": "
|
136
|
+
"version": "14.0.1",
|
132
137
|
"url": "https://docs.expo.dev/versions/latest/sdk/camera/",
|
133
138
|
"license": "MIT"
|
134
139
|
},
|
135
140
|
"expo-clipboard": {
|
136
|
-
"version": "
|
141
|
+
"version": "5.0.1",
|
137
142
|
"url": "https://docs.expo.dev/versions/latest/sdk/clipboard",
|
138
143
|
"license": "MIT"
|
139
144
|
},
|
140
145
|
"expo-font": {
|
141
|
-
"version": "11.
|
146
|
+
"version": "11.10.2",
|
142
147
|
"url": "https://docs.expo.dev/versions/latest/sdk/font/",
|
143
148
|
"license": "MIT"
|
144
149
|
},
|
145
150
|
"expo-image-picker": {
|
146
|
-
"version": "14.
|
151
|
+
"version": "14.7.1",
|
147
152
|
"url": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
|
148
153
|
"license": "MIT"
|
149
154
|
},
|
150
155
|
"expo-linking": {
|
151
|
-
"version": "
|
156
|
+
"version": "6.2.2",
|
152
157
|
"url": "https://docs.expo.dev/versions/latest/sdk/linking",
|
153
158
|
"license": "MIT"
|
154
159
|
},
|
155
160
|
"expo-sharing": {
|
156
|
-
"version": "11.
|
161
|
+
"version": "11.10.0",
|
157
162
|
"url": "https://docs.expo.dev/versions/latest/sdk/sharing/",
|
158
163
|
"license": "MIT"
|
159
164
|
},
|
160
165
|
"expo-sqlite": {
|
161
|
-
"version": "
|
166
|
+
"version": "13.2.1",
|
162
167
|
"url": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
|
163
168
|
"license": "MIT"
|
164
169
|
},
|
165
170
|
"expo-status-bar": {
|
166
|
-
"version": "1.
|
171
|
+
"version": "1.11.1",
|
167
172
|
"url": "https://docs.expo.dev/versions/latest/sdk/status-bar/",
|
168
173
|
"license": "MIT"
|
169
174
|
},
|
170
175
|
"expo-system-ui": {
|
171
|
-
"version": "2.
|
176
|
+
"version": "2.9.3",
|
172
177
|
"url": "https://docs.expo.dev/versions/latest/sdk/system-ui",
|
173
178
|
"license": "MIT"
|
174
179
|
},
|
175
180
|
"expo-web-browser": {
|
176
|
-
"version": "12.
|
181
|
+
"version": "12.8.1",
|
177
182
|
"url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
|
178
183
|
"license": "MIT"
|
179
184
|
},
|
@@ -231,7 +236,8 @@ module.exports = {
|
|
231
236
|
"license": "MIT"
|
232
237
|
},
|
233
238
|
"react-native": {
|
234
|
-
"version": "0.
|
239
|
+
"version": "0.73.2",
|
240
|
+
"url": "https://reactnative.dev/",
|
235
241
|
"license": "MIT"
|
236
242
|
},
|
237
243
|
"react-native-big-list": {
|
@@ -245,12 +251,12 @@ module.exports = {
|
|
245
251
|
"license": "MIT"
|
246
252
|
},
|
247
253
|
"react-native-gesture-handler": {
|
248
|
-
"version": "2.
|
254
|
+
"version": "2.14.1",
|
249
255
|
"url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
|
250
256
|
"license": "MIT"
|
251
257
|
},
|
252
258
|
"react-native-get-random-values": {
|
253
|
-
"version": "1.
|
259
|
+
"version": "1.8.0",
|
254
260
|
"license": "MIT"
|
255
261
|
},
|
256
262
|
"react-native-iphone-x-helper": {
|
@@ -273,22 +279,22 @@ module.exports = {
|
|
273
279
|
"license": "MIT"
|
274
280
|
},
|
275
281
|
"react-native-reanimated": {
|
276
|
-
"version": "3.
|
282
|
+
"version": "3.6.1",
|
277
283
|
"url": "https://github.com/software-mansion/react-native-reanimated#readme",
|
278
284
|
"license": "MIT"
|
279
285
|
},
|
280
286
|
"react-native-safe-area-context": {
|
281
|
-
"version": "4.
|
287
|
+
"version": "4.8.2",
|
282
288
|
"url": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
|
283
289
|
"license": "MIT"
|
284
290
|
},
|
285
291
|
"react-native-screens": {
|
286
|
-
"version": "3.
|
292
|
+
"version": "3.29.0",
|
287
293
|
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
288
294
|
"license": "MIT"
|
289
295
|
},
|
290
296
|
"react-native-svg": {
|
291
|
-
"version": "
|
297
|
+
"version": "14.1.0",
|
292
298
|
"url": "https://github.com/react-native-community/react-native-svg",
|
293
299
|
"license": "MIT"
|
294
300
|
},
|
@@ -298,7 +304,7 @@ module.exports = {
|
|
298
304
|
"license": "MIT"
|
299
305
|
},
|
300
306
|
"react-native-webview": {
|
301
|
-
"version": "13.
|
307
|
+
"version": "13.6.4",
|
302
308
|
"url": "https://github.com/react-native-webview/react-native-webview#readme",
|
303
309
|
"license": "MIT"
|
304
310
|
},
|
@@ -307,6 +313,11 @@ module.exports = {
|
|
307
313
|
"url": "https://virtuoso.dev/",
|
308
314
|
"license": "MIT"
|
309
315
|
},
|
316
|
+
"readable-stream": {
|
317
|
+
"version": "4.5.2",
|
318
|
+
"url": "https://github.com/nodejs/readable-stream",
|
319
|
+
"license": "MIT"
|
320
|
+
},
|
310
321
|
"sanitize-filename": {
|
311
322
|
"version": "1.6.3",
|
312
323
|
"url": "git@github.com:parshap/node-sanitize-filename.git",
|
@@ -317,6 +328,11 @@ module.exports = {
|
|
317
328
|
"url": "https://github.com/vseventer/sharp-cli",
|
318
329
|
"license": "MIT"
|
319
330
|
},
|
331
|
+
"stream-browserify": {
|
332
|
+
"version": "3.0.0",
|
333
|
+
"url": "https://github.com/browserify/stream-browserify",
|
334
|
+
"license": "MIT"
|
335
|
+
},
|
320
336
|
"tippy.js": {
|
321
337
|
"version": "6.3.7",
|
322
338
|
"url": "https://atomiks.github.io/tippyjs/",
|