@fto-consult/expo-ui 8.53.0 → 8.53.1
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 +1 -1
- package/package.json +1 -1
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.1",
|
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": {
|