@fto-consult/expo-ui 8.53.0 → 8.53.2
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
@@ -92,7 +92,7 @@ module.exports = function(appName,{projectRoot:root}){
|
|
92
92
|
return exec('npx expo install --fix',{projectRoot})
|
93
93
|
}).finally(()=>{
|
94
94
|
setTimeout(()=>{
|
95
|
-
console.log("application ready");
|
95
|
+
console.log("application ready. Please type cd "+name+" and then npx expo start to start your application");
|
96
96
|
process.exit();
|
97
97
|
},1000);
|
98
98
|
});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "8.53.
|
3
|
+
"version": "8.53.2",
|
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": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
module.exports = {
|
2
2
|
"@fto-consult/expo-ui": {
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.53.1",
|
4
4
|
"url": "https://github.com/borispipo/expo-ui#readme",
|
5
5
|
"license": "ISC"
|
6
6
|
},
|
@@ -44,6 +44,11 @@ module.exports = {
|
|
44
44
|
"url": "https://github.com/react-native-async-storage/async-storage#readme",
|
45
45
|
"license": "MIT"
|
46
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
|
+
},
|
47
52
|
"@react-native-community/netinfo": {
|
48
53
|
"version": "11.1.0",
|
49
54
|
"url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
@@ -149,25 +154,26 @@ module.exports = {
|
|
149
154
|
"url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
|
150
155
|
"license": "MIT"
|
151
156
|
},
|
152
|
-
"react": {
|
153
|
-
"version": "18.2.0",
|
154
|
-
"url": "https://reactjs.org/",
|
155
|
-
"license": "MIT"
|
156
|
-
},
|
157
157
|
"react-native": {
|
158
158
|
"version": "0.73.5",
|
159
159
|
"url": "https://reactnative.dev/",
|
160
160
|
"license": "MIT"
|
161
161
|
},
|
162
|
+
"react-native-big-list": {
|
163
|
+
"version": "1.6.1",
|
164
|
+
"url": "https://marcocesarato.github.io/react-native-big-list-docs/",
|
165
|
+
"license": "GPL-3.0-or-later"
|
166
|
+
},
|
167
|
+
"react-native-blob-util": {
|
168
|
+
"version": "0.18.6",
|
169
|
+
"url": "https://github.com/RonRadtke/react-native-blob-util",
|
170
|
+
"license": "MIT"
|
171
|
+
},
|
162
172
|
"react-native-gesture-handler": {
|
163
173
|
"version": "2.14.1",
|
164
174
|
"url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
|
165
175
|
"license": "MIT"
|
166
176
|
},
|
167
|
-
"react-native-get-random-values": {
|
168
|
-
"version": "1.8.0",
|
169
|
-
"license": "MIT"
|
170
|
-
},
|
171
177
|
"react-native-reanimated": {
|
172
178
|
"version": "3.6.2",
|
173
179
|
"url": "https://github.com/software-mansion/react-native-reanimated#readme",
|
@@ -188,21 +194,11 @@ module.exports = {
|
|
188
194
|
"url": "https://github.com/react-native-community/react-native-svg",
|
189
195
|
"license": "MIT"
|
190
196
|
},
|
191
|
-
"react-native-view-shot": {
|
192
|
-
"version": "3.8.0",
|
193
|
-
"url": "https://github.com/gre/react-native-view-shot",
|
194
|
-
"license": "MIT"
|
195
|
-
},
|
196
197
|
"react-native-webview": {
|
197
198
|
"version": "13.6.4",
|
198
199
|
"url": "https://github.com/react-native-webview/react-native-webview#readme",
|
199
200
|
"license": "MIT"
|
200
201
|
},
|
201
|
-
"socket.io-client": {
|
202
|
-
"version": "4.7.4",
|
203
|
-
"url": "https://github.com/socketio/socket.io-client.git",
|
204
|
-
"license": "MIT"
|
205
|
-
},
|
206
202
|
"stream-browserify": {
|
207
203
|
"version": "3.0.0",
|
208
204
|
"url": "https://github.com/browserify/stream-browserify",
|