@fto-consult/expo-ui 9.1.0 → 9.1.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
@@ -44,7 +44,7 @@ module.exports = function(appName,{projectRoot:root}){
|
|
44
44
|
start : "npx expo start -c",
|
45
45
|
"dev" : "npx expo start --no-dev --minify -c",
|
46
46
|
"serve-web" : "npx serve dist --single",
|
47
|
-
"build-web" : "npx expo export",
|
47
|
+
"build-web" : "npx expo export -p web",
|
48
48
|
"build-android" : "npx eas build --platform android --profile preview",
|
49
49
|
"build-ios" : "eas build --platform ios",
|
50
50
|
"generate-getTable" : "npx @fto-consult/expo-ui generate-getTable",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.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": {
|