@fto-consult/expo-ui 6.55.5 → 6.56.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.
@@ -1,133 +1,47 @@
1
- {
2
- "name": "@fto-consult/expo-ui",
3
- "version": "6.49.0",
4
- "description": "Bibliothèque de composants UI Expo,react-native",
5
- "main": "main",
6
- "scripts": {
7
- "clear-npx-cache": "npx clear-npx-cache",
8
- "publish1": "npm publish --access=public",
9
- "unpublish": "npm -f unpublish @fto-consult/expo-ui",
10
- "build-web": "",
11
- "start": "npx expo start --dev --no-minify",
12
- "start-d": "npx expo start -c --no-dev --no-minify",
13
- "start-p": "npm run start-d",
14
- "expo-start-client": "npx expo start --dev --no-minify --dev-client",
15
- "start-m": "npx expo start - c--dev--no -minify",
16
- "android": "npx expo start --android -c",
17
- "ios": "npx expo start --ios",
18
- "web": "npx expo start --web",
19
- "web-c": "npx expo start --web -c",
20
- "eject": "expo eject",
21
- "emulator": "npm run android-emulator",
22
- "web-server": "npx serve web-build",
23
- "build-android": "eas build --clear-cache -p android --profile preview",
24
- "build-android-local": "eas build --platform android --local",
25
- "build-android-dist": "eas build --clear-cache -p android",
26
- "build-ios": "eas build --clear-cache -p ios --profile preview",
27
- "build-ios-dist": "eas build --clear-cache -p ios",
28
- "install-apk": "adb -s emulator-5554 install myapp.apk",
29
- "android-emulator": "emulator -avd EMULATOR",
30
- "flipper": "npx cross-env METRO_SERVER_PORT=19000 E:\\Studies\\react-native\\debugger\\Flipper-win\\Flipper.exe",
31
- "test:build": "electron-webpack && electron-builder --dir -c.compression=store -c.mac.identity=null",
32
- "compile-electron": "webpack --env platform=electron",
33
- "compile-electron-p": "webpack --config ./electron/webpack.config.js --mode=production",
34
- "electron": "electron ./electron",
35
- "logcat": "adb -d logcat com.ftc.apps.salite1:E > errors.txt",
36
- "logcat-export": "adb -d logcat com.ftc.apps.salite1 *:S > logcat.txt",
37
- "electron-c": "npm run compile-electron && npm run electron",
38
- "electron-p": "npm run compile-electron-p && npm run electron",
39
- "update-app-version": "node ./update-app-version.js",
40
- "find-licenses": "node ./find-licenses.js",
41
- "fix-dependencies": "expo-cli doctor --fix-dependencies",
42
- "expo-fix": "npx expo install --fix",
43
- "update-apexchart": "node ./bin/update-appex-chart.js",
44
- "update-appexchart": "npm run update-apexchart",
45
- "delete-node-modules": "rimraf ./**/node_modules",
46
- "dev": "npx expo start --no-dev --minify -c",
47
- "modifier-url-remote-git": "git remote set-url origin 'https://borispipo@github.com/borispipo/smart-eneo.git'",
48
- "update": "npm i expo @emotion/native@latest react-native-big-list@latest apexcharts@latest file-saver@latest fs-extra@latest google-libphonenumber@latest @pchmn/expo-material3-theme@latest @emotion/native@latest @fto-consult/common@latest @react-navigation/stack react-native-blob-util react-native-gesture-handler@latest react-native-iphone-x-helper@latest react-native-mime-types@latest react-native-paper@latest react-native-paper-dates@latest @react-navigation/native@latest @react-navigation/native-stack@latest react-virtuoso@latest tippy.js@latest websql@latest xlsx@latest react-native-web@latest react-dom@latest react-native-webview@latest && npx expo install --fix && npm run update-apexchart && npm run find-licenses"
49
- },
50
- "bin": {
51
- "expo-ui": "./bin/index.js"
52
- },
53
- "repository": {
54
- "type": "git",
55
- "url": "git+https://github.com/borispipo/expo-ui.git"
56
- },
57
- "keywords": [
58
- "Expo",
59
- "React-Native"
60
- ],
61
- "author": "Boris Fouomene",
62
- "license": "ISC",
63
- "bugs": {
64
- "url": "https://github.com/borispipo/expo-ui/issues"
65
- },
66
- "homepage": "https://github.com/borispipo/expo-ui#readme",
67
- "dependencies": {
68
- "@emotion/native": "^11.11.0",
69
- "@emotion/react": "^11.11.1",
70
- "@expo/html-elements": "^0.5.1",
71
- "@expo/vector-icons": "^13.0.0",
72
- "@faker-js/faker": "^8.0.2",
73
- "@fto-consult/common": "^3.44.0",
74
- "@pchmn/expo-material3-theme": "^1.3.1",
75
- "@react-native-async-storage/async-storage": "1.18.2",
76
- "@react-native-community/datetimepicker": "7.2.0",
77
- "@react-native-community/netinfo": "9.3.10",
78
- "@react-native/assets-registry": "^0.72.0",
79
- "@react-navigation/native": "^6.1.8",
80
- "@react-navigation/native-stack": "^6.9.14",
81
- "@react-navigation/stack": "^6.3.18",
82
- "@shopify/flash-list": "1.4.3",
83
- "apexcharts": "^3.42.0",
84
- "expo": "^49.0.11",
85
- "expo-camera": "~13.4.4",
86
- "expo-clipboard": "~4.3.1",
87
- "expo-font": "~11.4.0",
88
- "expo-image-picker": "~14.3.2",
89
- "expo-linking": "~5.0.2",
90
- "expo-sqlite": "~11.3.3",
91
- "expo-status-bar": "~1.6.0",
92
- "expo-system-ui": "~2.4.0",
93
- "expo-web-browser": "~12.3.2",
94
- "file-saver": "^2.0.5",
95
- "fs-extra": "^11.1.1",
96
- "google-libphonenumber": "^3.2.33",
97
- "htmlparser2-without-node-native": "^3.9.2",
98
- "is-plain-obj": "^4.1.0",
99
- "js-base64": "^3.7.5",
100
- "pdfmake": "^0.2.7",
101
- "process": "^0.11.10",
102
- "prop-types": "^15.8.1",
103
- "react": "^18.2.0",
104
- "react-content-loader": "^6.2.1",
105
- "react-dom": "^18.2.0",
106
- "react-native": "0.72.5",
107
- "react-native-big-list": "^1.6.1",
108
- "react-native-blob-util": "^0.18.6",
109
- "react-native-gesture-handler": "~2.12.0",
110
- "react-native-iphone-x-helper": "^1.3.1",
111
- "react-native-mime-types": "^2.4.0",
112
- "react-native-paper": "^5.10.6",
113
- "react-native-paper-dates": "^0.19.7",
114
- "react-native-reanimated": "~3.3.0",
115
- "react-native-safe-area-context": "4.6.3",
116
- "react-native-screens": "~3.22.0",
117
- "react-native-svg": "13.9.0",
118
- "react-native-web": "^0.19.9",
119
- "react-native-webview": "13.2.2",
120
- "react-virtuoso": "^4.6.0",
121
- "sharp-cli": "^4.1.1",
122
- "tippy.js": "^6.3.7",
123
- "websql": "^2.0.3",
124
- "xlsx": "^0.18.5"
125
- },
126
- "devDependencies": {
127
- "@expo/metro-config": "^0.10.7",
128
- "@expo/webpack-config": "^19.0.0",
129
- "babel-plugin-inline-dotenv": "^1.7.0",
130
- "babel-plugin-module-resolver": "^5.0.0",
131
- "uninstall": "^0.0.0"
132
- }
133
- }
1
+ {
2
+ "name": "smart-eem",
3
+ "version": "1.0.0",
4
+ "id": "com.ftc.apps.device.smarteneo",
5
+ "realeaseDateStr": "1er Juin 2021",
6
+ "releaseDate": "2020-05-23",
7
+ "devMail": "smart-eneo@gmail.com",
8
+ "devWebsite": "http://fto-consulting.com/smart-eneo/",
9
+ "copyRight": "FirsTo consulting@Août 2022",
10
+ "apiVersion": "1.0",
11
+ "tablesDataPath": "./src/database/tables",
12
+ "includeCredentialsOnApiFetch": false,
13
+ "checkNavigationPermsOnTableOrStructData": false,
14
+ "authLoginIdField": "userId",
15
+ "theme": {
16
+ "light": {
17
+ "primary": "#00AB55",
18
+ "secondary": "#354448"
19
+ }
20
+ },
21
+ "netInfoReachabilityShortTimeout": 30000,
22
+ "main": "index",
23
+ "description": "Suivi des équipements Eneo",
24
+ "scripts": {
25
+ "start": "npx expo start --localhost",
26
+ "android": "npx expo start --android",
27
+ "ios": "npx expo start --ios",
28
+ "web": "npx expo start --web",
29
+ "build-web": "npx expo export:web",
30
+ "build-cloudflare": "npm install && npx expo export:web"
31
+ },
32
+ "private": true,
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/borispipo/smart-eneo.git"
36
+ },
37
+ "dependencies": {
38
+ "@fto-consult/expo-ui": "^6.56.0",
39
+ "socket.io-client": "^4.6.1"
40
+ },
41
+ "devDependencies": {
42
+ "@expo/metro-config": "^0.10.7",
43
+ "@expo/webpack-config": "^19.0.0",
44
+ "babel-plugin-inline-dotenv": "^1.7.0",
45
+ "babel-plugin-module-resolver": "^5.0.0"
46
+ }
47
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.55.5",
3
+ "version": "6.56.1",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -80,7 +80,7 @@
80
80
  "@react-navigation/native-stack": "^6.9.14",
81
81
  "@react-navigation/stack": "^6.3.18",
82
82
  "@shopify/flash-list": "1.4.3",
83
- "apexcharts": "^3.43.0",
83
+ "apexcharts": "^3.43.2-0",
84
84
  "expo": "^49.0.13",
85
85
  "expo-camera": "~13.4.4",
86
86
  "expo-clipboard": "~4.3.1",
@@ -117,7 +117,7 @@
117
117
  "react-native-svg": "13.9.0",
118
118
  "react-native-web": "^0.19.9",
119
119
  "react-native-webview": "13.2.2",
120
- "react-virtuoso": "^4.6.0",
120
+ "react-virtuoso": "^4.6.1",
121
121
  "sharp-cli": "^2.1.0",
122
122
  "tippy.js": "^6.3.7",
123
123
  "websql": "^2.0.3",
package/src/App.js CHANGED
@@ -13,8 +13,8 @@ import App from "./AppEntry";
13
13
  * }
14
14
  */
15
15
 
16
- export default function ExpoUIAppEntryProvider({swrConfig,children,init,...rest}){
16
+ export default function ExpoUIAppEntryProvider({swrConfig,render,children,init,...rest}){
17
17
  return <Provider {...rest}>
18
- <App init={init} children={children}/>
18
+ <App init={init} children={children} render={render}/>
19
19
  </Provider>
20
20
  }