@fto-consult/expo-ui 8.39.0 → 8.41.0

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.
@@ -30,6 +30,7 @@
30
30
  "react-native-webview": "13.6.4",
31
31
  "react-native-gesture-handler": "~2.14.0",
32
32
  "react-native-reanimated": "~3.6.2",
33
- "react-native-view-shot": "3.8.0"
33
+ "react-native-view-shot": "3.8.0",
34
+ "expo-intent-launcher" : "~10.11.0"
34
35
  };
35
36
 
package/bin/update.js CHANGED
@@ -11,7 +11,7 @@ if(fs.existsSync(mainJSONPath)){
11
11
  const packageDev = typeof packageObj?.dependencies =="object" && packageObj?.dependencies || {};
12
12
  const filterdDObj = {};
13
13
  dependenciesArr.filter((v,index)=>{
14
- if(!!packageDev[v] && v !=="expo"){
14
+ if((!!packageDev[v] && v !=="expo") || ["expo-intent-launcher"].includes(v)){
15
15
  filterdDObj[v] = true;
16
16
  return true;
17
17
  }
package/package.json CHANGED
@@ -1,105 +1,106 @@
1
- {
2
- "name": "@fto-consult/expo-ui",
3
- "version": "8.39.0",
4
- "description": "Bibliothèque de composants UI Expo,react-native",
5
- "scripts": {
6
- "clear-npx-cache": "npx clear-npx-cache",
7
- "publish1": "npm publish --access=public",
8
- "unpublish": "npm -f unpublish @fto-consult/expo-ui",
9
- "build-web": "",
10
- "start": "npx expo start --dev --no-minify",
11
- "start-d": "npx expo start -c --no-dev --no-minify",
12
- "start-p": "npm run start-d",
13
- "start-no-minify": "npx expo start --no-dev --minify",
14
- "start-no-dev": "npx expo start --no-dev --minify",
15
- "expo-start-client": "npx expo start --dev --no-minify --dev-client",
16
- "start-m": "npx expo start - c--dev--no -minify",
17
- "android": "npx expo start --android -c",
18
- "ios": "npx expo start --ios",
19
- "web": "npx expo start --web",
20
- "web-c": "npx expo start --web -c",
21
- "eject": "expo eject",
22
- "emulator": "npm run android-emulator",
23
- "web-server": "npx serve web-build",
24
- "build-android": "eas build --clear-cache -p android --profile preview",
25
- "build-android-local": "eas build --platform android --local",
26
- "build-android-dist": "eas build --clear-cache -p android",
27
- "build-ios": "eas build --clear-cache -p ios --profile preview",
28
- "build-ios-dist": "eas build --clear-cache -p ios",
29
- "install-apk": "adb -s emulator-5554 install myapp.apk",
30
- "android-emulator": "emulator -avd EMULATOR",
31
- "flipper": "npx cross-env METRO_SERVER_PORT=19000 E:\\Studies\\react-native\\debugger\\Flipper-win\\Flipper.exe",
32
- "test:build": "electron-webpack && electron-builder --dir -c.compression=store -c.mac.identity=null",
33
- "compile-electron": "webpack --env platform=electron",
34
- "compile-electron-p": "webpack --config ./electron/webpack.config.js --mode=production",
35
- "electron": "electron ./electron",
36
- "logcat": "adb -d logcat com.ftc.apps.salite1:E > errors.txt",
37
- "logcat-export": "adb -d logcat com.ftc.apps.salite1 *:S > logcat.txt",
38
- "electron-c": "npm run compile-electron && npm run electron",
39
- "electron-p": "npm run compile-electron-p && npm run electron",
40
- "find-licenses": "node ./bin/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
- "test-bin": "node ./bin/index.js",
45
- "update-appexchart": "npm run update-apexchart",
46
- "delete-node-modules": "rimraf ./**/node_modules",
47
- "dev": "npx expo start --no-dev --minify -c",
48
- "modifier-url-remote-git": "git remote set-url origin 'https://borispipo@github.com/borispipo/smart-eneo.git'",
49
- "update": "npm i @fto-consult/common@latest @fto-consult/node-utils@latest react-native-web react-native-big-list@latest apexcharts@latest file-saver@latest google-libphonenumber@latest react-native-iphone-x-helper@latest react-native-mime-types@latest react-native-paper@5 react-native-paper-dates@latest react-virtuoso@latest tippy.js@latest xlsx@latest && npm run update-apexchart && npm run find-licenses"
50
- },
51
- "bin": {
52
- "expo-ui": "./bin/index.js"
53
- },
54
- "repository": {
55
- "type": "git",
56
- "url": "git+https://github.com/borispipo/expo-ui.git"
57
- },
58
- "keywords": [
59
- "Expo",
60
- "React-Native"
61
- ],
62
- "author": "Boris Fouomene",
63
- "license": "ISC",
64
- "bugs": {
65
- "url": "https://github.com/borispipo/expo-ui/issues"
66
- },
67
- "homepage": "https://github.com/borispipo/expo-ui#readme",
68
- "dependencies": {
69
- "@emotion/react": "^11.11.1",
70
- "@faker-js/faker": "^8.0.2",
71
- "@fto-consult/common": "^4.35.9",
72
- "@fto-consult/node-utils": "^1.7.1",
73
- "apexcharts": "^3.47.0",
74
- "crypto-browserify": "^3.12.0",
75
- "file-saver": "^2.0.5",
76
- "google-libphonenumber": "^3.2.34",
77
- "html2canvas": "^1.4.1",
78
- "htmlparser2-without-node-native": "^3.9.2",
79
- "is-plain-obj": "^4.1.0",
80
- "jsbarcode": "^3.11.6",
81
- "prop-types": "^15.8.1",
82
- "react-content-loader": "^6.2.1",
83
- "react-dom": "^18.2.0",
84
- "react-native-big-list": "^1.6.1",
85
- "react-native-iphone-x-helper": "^1.3.1",
86
- "react-native-mime-types": "^2.5.0",
87
- "react-native-paper": "^5.12.3",
88
- "react-native-paper-dates": "^0.22.3",
89
- "react-native-web": "^0.19.10",
90
- "react-virtuoso": "^4.7.2",
91
- "readable-stream": "^4.5.2",
92
- "sanitize-filename": "^1.6.3",
93
- "sharp-cli": "^2.1.0",
94
- "stream-browserify": "^3.0.0",
95
- "tippy.js": "^6.3.7",
96
- "xlsx": "^0.18.5"
97
- },
98
- "devDependencies": {
99
- "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
100
- "@expo/metro-config": "~0.17.1",
101
- "@expo/webpack-config": "^19.0.1",
102
- "babel-plugin-inline-dotenv": "^1.7.0",
103
- "babel-plugin-module-resolver": "^5.0.0"
104
- }
105
- }
1
+ {
2
+ "name": "@fto-consult/expo-ui",
3
+ "version": "8.41.0",
4
+ "description": "Bibliothèque de composants UI Expo,react-native",
5
+ "scripts": {
6
+ "clear-npx-cache": "npx clear-npx-cache",
7
+ "publish1": "npm publish --access=public",
8
+ "unpublish": "npm -f unpublish @fto-consult/expo-ui",
9
+ "build-web": "",
10
+ "start": "npx expo start --dev --no-minify",
11
+ "start-d": "npx expo start -c --no-dev --no-minify",
12
+ "start-p": "npm run start-d",
13
+ "start-no-minify": "npx expo start --no-dev --minify",
14
+ "start-no-dev": "npx expo start --no-dev --minify",
15
+ "expo-start-client": "npx expo start --dev --no-minify --dev-client",
16
+ "start-m": "npx expo start - c--dev--no -minify",
17
+ "android": "npx expo start --android -c",
18
+ "ios": "npx expo start --ios",
19
+ "web": "npx expo start --web",
20
+ "web-c": "npx expo start --web -c",
21
+ "eject": "expo eject",
22
+ "emulator": "npm run android-emulator",
23
+ "web-server": "npx serve web-build",
24
+ "build-android": "eas build --clear-cache -p android --profile preview",
25
+ "build-android-local": "eas build --platform android --local",
26
+ "build-android-dist": "eas build --clear-cache -p android",
27
+ "build-ios": "eas build --clear-cache -p ios --profile preview",
28
+ "build-ios-dist": "eas build --clear-cache -p ios",
29
+ "install-apk": "adb -s emulator-5554 install myapp.apk",
30
+ "android-emulator": "emulator -avd EMULATOR",
31
+ "flipper": "npx cross-env METRO_SERVER_PORT=19000 E:\\Studies\\react-native\\debugger\\Flipper-win\\Flipper.exe",
32
+ "test:build": "electron-webpack && electron-builder --dir -c.compression=store -c.mac.identity=null",
33
+ "compile-electron": "webpack --env platform=electron",
34
+ "compile-electron-p": "webpack --config ./electron/webpack.config.js --mode=production",
35
+ "electron": "electron ./electron",
36
+ "logcat": "adb -d logcat com.ftc.apps.salite1:E > errors.txt",
37
+ "logcat-export": "adb -d logcat com.ftc.apps.salite1 *:S > logcat.txt",
38
+ "electron-c": "npm run compile-electron && npm run electron",
39
+ "electron-p": "npm run compile-electron-p && npm run electron",
40
+ "find-licenses": "node ./bin/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
+ "test-bin": "node ./bin/index.js",
45
+ "update-appexchart": "npm run update-apexchart",
46
+ "delete-node-modules": "rimraf ./**/node_modules",
47
+ "dev": "npx expo start --no-dev --minify -c",
48
+ "modifier-url-remote-git": "git remote set-url origin 'https://borispipo@github.com/borispipo/smart-eneo.git'",
49
+ "update": "npm i @fto-consult/common@latest @fto-consult/node-utils@latest react-native-web react-native-big-list@latest apexcharts@latest file-saver@latest google-libphonenumber@latest react-native-iphone-x-helper@latest react-native-mime-types@latest react-native-paper@5 react-native-paper-dates@latest react-virtuoso@latest tippy.js@latest xlsx@latest && npm run update-apexchart && npm run find-licenses"
50
+ },
51
+ "bin": {
52
+ "expo-ui": "./bin/index.js"
53
+ },
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "git+https://github.com/borispipo/expo-ui.git"
57
+ },
58
+ "keywords": [
59
+ "Expo",
60
+ "React-Native"
61
+ ],
62
+ "author": "Boris Fouomene",
63
+ "license": "ISC",
64
+ "bugs": {
65
+ "url": "https://github.com/borispipo/expo-ui/issues"
66
+ },
67
+ "homepage": "https://github.com/borispipo/expo-ui#readme",
68
+ "dependencies": {
69
+ "@emotion/react": "^11.11.1",
70
+ "@faker-js/faker": "^8.0.2",
71
+ "@fto-consult/common": "^4.35.9",
72
+ "@fto-consult/node-utils": "^1.7.1",
73
+ "apexcharts": "^3.47.0",
74
+ "crypto-browserify": "^3.12.0",
75
+ "file-saver": "^2.0.5",
76
+ "google-libphonenumber": "^3.2.34",
77
+ "html2canvas": "^1.4.1",
78
+ "htmlparser2-without-node-native": "^3.9.2",
79
+ "is-plain-obj": "^4.1.0",
80
+ "jsbarcode": "^3.11.6",
81
+ "prop-types": "^15.8.1",
82
+ "react-content-loader": "^6.2.1",
83
+ "react-dom": "^18.2.0",
84
+ "react-native-big-list": "^1.6.1",
85
+ "react-native-iphone-x-helper": "^1.3.1",
86
+ "react-native-mime-types": "^2.5.0",
87
+ "react-native-paper": "^5.12.3",
88
+ "react-native-paper-dates": "^0.22.3",
89
+ "react-native-web": "^0.19.10",
90
+ "react-virtuoso": "^4.7.2",
91
+ "readable-stream": "^4.5.2",
92
+ "sanitize-filename": "^1.6.3",
93
+ "sharp-cli": "^2.1.0",
94
+ "stream-browserify": "^3.0.0",
95
+ "tippy.js": "^6.3.7",
96
+ "xlsx": "^0.18.5",
97
+ "expo-intent-launcher": "~10.11.0"
98
+ },
99
+ "devDependencies": {
100
+ "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
101
+ "@expo/metro-config": "~0.17.1",
102
+ "@expo/webpack-config": "^19.0.1",
103
+ "babel-plugin-inline-dotenv": "^1.7.0",
104
+ "babel-plugin-module-resolver": "^5.0.0"
105
+ }
106
+ }
@@ -2,6 +2,9 @@ import { Directories,FileSystem } from "./native";
2
2
  import {defaultStr,defaultBool,isBase64} from "$cutils";
3
3
  import p from "../path";
4
4
  import * as Sharing from 'expo-sharing';
5
+ const mime = require('react-native-mime-types');
6
+ import * as IntentLauncher from 'expo-intent-launcher';
7
+ import {isAndroid} from "$cplatform";
5
8
 
6
9
  export const save = ({content,isBase64:isB64,share,directory,fileName,path})=>{
7
10
  path = defaultStr(path,directory,Directories.DOCUMENTS).trim().rtrim("/");
@@ -46,7 +49,17 @@ export const save = ({content,isBase64:isB64,share,directory,fileName,path})=>{
46
49
  const cb = (r,resolve)=>{
47
50
  setTimeout(()=>{
48
51
  if(share){
49
- Sharing.shareAsync(path);
52
+ contentType = defaultStr(contentType) || isNonNullString(fileName) ? mime.contentType(fileName) : undefined || mime.contentType(".txt");
53
+ if(isAndroid() && isNonNullString(contentType)){
54
+ FileSystem.getContentUriAsync(path).then(cUri => {
55
+ IntentLauncher.startActivityAsync('android.intent.action.VIEW', {
56
+ data: cUri,
57
+ flags: 1,
58
+ });
59
+ });
60
+ } else {
61
+ Sharing.shareAsync(path);
62
+ }
50
63
  }
51
64
  },0);
52
65
  const r2 = {fileName,path,result:r};
@@ -12,13 +12,13 @@ export default function print(pdfMakeInstance,options,...rest){
12
12
  return pdfMakeInstance.getBase64((content)=>{
13
13
  let fileName = defaultStr(options?.fileName);
14
14
  if(!fileName){
15
- fileName = "printed-pdf-"+DateLib.format(new Date(),"dd-mm-yyyy HH MM SS");
15
+ fileName = "printed-pdf-"+DateLib.format(new Date(),"dd-mm-yyyy HH MM ss");
16
16
  }
17
17
  const ext = getFileExtension(fileName,true);
18
18
  if(!ext || ext.toLowerCase() !=="pdf"){
19
19
  fileName+=".pdf";
20
20
  }
21
- logRNWebview("printing pdf file",options?.fileName);
21
+ logRNWebview("printing pdf file",options?.fileName,WEBVIEW_SAVE_FILE_EVENT);
22
22
  return postWebviewMessage(WEBVIEW_SAVE_FILE_EVENT,{
23
23
  content,
24
24
  contentType : 'application/pdf',
@@ -1,21 +1,22 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
- "name": "@fto-consult/expo-ui",
4
- "version": "8.38.0",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/borispipo/expo-ui.git"
8
- },
9
- "homepage": "https://github.com/borispipo/expo-ui#readme"
3
+ "version": "8.39.0",
4
+ "url": "https://github.com/borispipo/expo-ui#readme",
5
+ "license": "ISC"
10
6
  },
11
7
  "@babel/plugin-proposal-export-namespace-from": {
12
8
  "version": "7.18.9",
13
9
  "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from",
14
10
  "license": "MIT"
15
11
  },
16
- "@emotion/react": {
17
- "version": "11.11.4",
18
- "url": "https://github.com/emotion-js/emotion/tree/main/packages/react",
12
+ "@emotion/native": {
13
+ "version": "11.11.0",
14
+ "url": "https://emotion.sh",
15
+ "license": "MIT"
16
+ },
17
+ "@expo/html-elements": {
18
+ "version": "0.5.1",
19
+ "url": "https://github.com/expo/expo/tree/main/packages/html-elements",
19
20
  "license": "MIT"
20
21
  },
21
22
  "@expo/metro-config": {
@@ -23,28 +24,49 @@ module.exports = {
23
24
  "url": "https://github.com/expo/expo.git",
24
25
  "license": "MIT"
25
26
  },
27
+ "@expo/vector-icons": {
28
+ "version": "14.0.0",
29
+ "url": "https://expo.github.io/vector-icons",
30
+ "license": "MIT"
31
+ },
26
32
  "@expo/webpack-config": {
27
33
  "version": "19.0.1",
28
34
  "url": "https://github.com/expo/expo-webpack-integrations/tree/main/packages/webpack-config#readme",
29
35
  "license": "MIT"
30
36
  },
31
- "@faker-js/faker": {
32
- "version": "8.4.1",
33
- "url": "https://github.com/faker-js/faker.git",
37
+ "@pchmn/expo-material3-theme": {
38
+ "version": "1.3.2",
39
+ "url": "https://github.com/pchmn/expo-material3-theme#readme",
34
40
  "license": "MIT"
35
41
  },
36
- "@fto-consult/common": {
37
- "version": "4.35.0",
38
- "url": "https://github.com/borispipo/common#readme",
39
- "license": "ISC"
42
+ "@react-native-community/netinfo": {
43
+ "version": "11.1.0",
44
+ "url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
45
+ "license": "MIT"
46
+ },
47
+ "@react-native/assets-registry": {
48
+ "version": "0.72.0",
49
+ "url": "git@github.com:facebook/react-native.git",
50
+ "license": "MIT"
51
+ },
52
+ "@react-navigation/native": {
53
+ "version": "6.1.14",
54
+ "url": "https://reactnavigation.org",
55
+ "license": "MIT"
56
+ },
57
+ "@react-navigation/native-stack": {
58
+ "version": "6.9.22",
59
+ "url": "https://github.com/software-mansion/react-native-screens#readme",
60
+ "license": "MIT"
40
61
  },
41
- "@fto-consult/node-utils": {
42
- "version": "1.7.1",
62
+ "@react-navigation/stack": {
63
+ "version": "6.3.25",
64
+ "url": "https://reactnavigation.org/docs/stack-navigator/",
43
65
  "license": "MIT"
44
66
  },
45
- "apexcharts": {
46
- "version": "3.47.0",
47
- "url": "https://apexcharts.com",
67
+ "@shopify/flash-list": {
68
+ "version": "1.6.3",
69
+ "url": "https://shopify.github.io/flash-list/",
48
70
  "license": "MIT"
49
71
  },
50
72
  "babel-plugin-inline-dotenv": {
@@ -57,53 +79,64 @@ module.exports = {
57
79
  "url": "https://github.com/tleunen/babel-plugin-module-resolver.git",
58
80
  "license": "MIT"
59
81
  },
60
- "crypto-browserify": {
61
- "version": "3.12.0",
62
- "url": "https://github.com/crypto-browserify/crypto-browserify",
82
+ "expo": {
83
+ "version": "50.0.11",
84
+ "url": "https://github.com/expo/expo/tree/main/packages/expo",
85
+ "license": "MIT"
86
+ },
87
+ "expo-camera": {
88
+ "version": "14.0.6",
89
+ "url": "https://docs.expo.dev/versions/latest/sdk/camera/",
63
90
  "license": "MIT"
64
91
  },
65
- "file-saver": {
66
- "version": "2.0.5",
67
- "url": "https://github.com/eligrey/FileSaver.js#readme",
92
+ "expo-clipboard": {
93
+ "version": "5.0.1",
94
+ "url": "https://docs.expo.dev/versions/latest/sdk/clipboard",
68
95
  "license": "MIT"
69
96
  },
70
- "google-libphonenumber": {
71
- "version": "3.2.34",
72
- "url": "https://ruimarinho.github.io/google-libphonenumber/",
73
- "license": "(MIT AND Apache-2.0)"
97
+ "expo-font": {
98
+ "version": "11.10.3",
99
+ "url": "https://docs.expo.dev/versions/latest/sdk/font/",
100
+ "license": "MIT"
74
101
  },
75
- "html2canvas": {
76
- "version": "1.4.1",
77
- "url": "https://html2canvas.hertzen.com",
102
+ "expo-image-picker": {
103
+ "version": "14.7.1",
104
+ "url": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
78
105
  "license": "MIT"
79
106
  },
80
- "htmlparser2-without-node-native": {
81
- "version": "3.9.2",
82
- "url": "git://github.com/fb55/htmlparser2.git",
107
+ "expo-linking": {
108
+ "version": "6.2.2",
109
+ "url": "https://docs.expo.dev/versions/latest/sdk/linking",
83
110
  "license": "MIT"
84
111
  },
85
- "is-plain-obj": {
86
- "version": "4.1.0",
112
+ "expo-sharing": {
113
+ "version": "11.10.0",
114
+ "url": "https://docs.expo.dev/versions/latest/sdk/sharing/",
87
115
  "license": "MIT"
88
116
  },
89
- "jsbarcode": {
90
- "version": "3.11.6",
91
- "url": "https://github.com/lindell/JsBarcode#readme",
117
+ "expo-sqlite": {
118
+ "version": "13.3.0",
119
+ "url": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
92
120
  "license": "MIT"
93
121
  },
94
- "prop-types": {
95
- "version": "15.8.1",
96
- "url": "https://facebook.github.io/react/",
122
+ "expo-status-bar": {
123
+ "version": "1.11.1",
124
+ "url": "https://docs.expo.dev/versions/latest/sdk/status-bar/",
97
125
  "license": "MIT"
98
126
  },
99
- "react-content-loader": {
100
- "version": "6.2.1",
101
- "url": "https://github.com/danilowoz/react-content-loader",
127
+ "expo-system-ui": {
128
+ "version": "2.9.3",
129
+ "url": "https://docs.expo.dev/versions/latest/sdk/system-ui",
102
130
  "license": "MIT"
103
131
  },
104
- "react-dom": {
105
- "version": "18.2.0",
106
- "url": "https://reactjs.org/",
132
+ "expo-web-browser": {
133
+ "version": "12.8.2",
134
+ "url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
135
+ "license": "MIT"
136
+ },
137
+ "react-native": {
138
+ "version": "0.73.4",
139
+ "url": "https://reactnative.dev/",
107
140
  "license": "MIT"
108
141
  },
109
142
  "react-native-big-list": {
@@ -111,63 +144,44 @@ module.exports = {
111
144
  "url": "https://marcocesarato.github.io/react-native-big-list-docs/",
112
145
  "license": "GPL-3.0-or-later"
113
146
  },
114
- "react-native-iphone-x-helper": {
115
- "version": "1.3.1",
116
- "url": "https://github.com/ptelad/react-native-iphone-x-helper#readme",
147
+ "react-native-blob-util": {
148
+ "version": "0.18.6",
149
+ "url": "https://github.com/RonRadtke/react-native-blob-util",
117
150
  "license": "MIT"
118
151
  },
119
- "react-native-mime-types": {
120
- "version": "2.5.0",
152
+ "react-native-gesture-handler": {
153
+ "version": "2.14.1",
154
+ "url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
121
155
  "license": "MIT"
122
156
  },
123
- "react-native-paper": {
124
- "version": "5.12.3",
125
- "url": "https://callstack.github.io/react-native-paper",
157
+ "react-native-reanimated": {
158
+ "version": "3.6.2",
159
+ "url": "https://github.com/software-mansion/react-native-reanimated#readme",
126
160
  "license": "MIT"
127
161
  },
128
- "react-native-paper-dates": {
129
- "version": "0.22.3",
130
- "url": "https://github.com/web-ridge/react-native-paper-dates#readme",
162
+ "react-native-safe-area-context": {
163
+ "version": "4.8.2",
164
+ "url": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
131
165
  "license": "MIT"
132
166
  },
133
- "react-native-web": {
134
- "version": "0.19.10",
135
- "url": "git://github.com/necolas/react-native-web.git",
167
+ "react-native-screens": {
168
+ "version": "3.29.0",
169
+ "url": "https://github.com/software-mansion/react-native-screens#readme",
136
170
  "license": "MIT"
137
171
  },
138
- "react-virtuoso": {
139
- "version": "4.7.2",
140
- "url": "https://virtuoso.dev/",
172
+ "react-native-svg": {
173
+ "version": "14.1.0",
174
+ "url": "https://github.com/react-native-community/react-native-svg",
141
175
  "license": "MIT"
142
176
  },
143
- "readable-stream": {
144
- "version": "4.5.2",
145
- "url": "https://github.com/nodejs/readable-stream",
177
+ "react-native-view-shot": {
178
+ "version": "3.8.0",
179
+ "url": "https://github.com/gre/react-native-view-shot",
146
180
  "license": "MIT"
147
181
  },
148
- "sanitize-filename": {
149
- "version": "1.6.3",
150
- "url": "git@github.com:parshap/node-sanitize-filename.git",
151
- "license": "WTFPL OR ISC"
152
- },
153
- "sharp-cli": {
154
- "version": "2.1.1",
155
- "url": "https://github.com/vseventer/sharp-cli",
156
- "license": "MIT"
157
- },
158
- "stream-browserify": {
159
- "version": "3.0.0",
160
- "url": "https://github.com/browserify/stream-browserify",
182
+ "react-native-webview": {
183
+ "version": "13.6.4",
184
+ "url": "https://github.com/react-native-webview/react-native-webview#readme",
161
185
  "license": "MIT"
162
- },
163
- "tippy.js": {
164
- "version": "6.3.7",
165
- "url": "https://atomiks.github.io/tippyjs/",
166
- "license": "MIT"
167
- },
168
- "xlsx": {
169
- "version": "0.18.5",
170
- "url": "https://sheetjs.com/",
171
- "license": "Apache-2.0"
172
186
  }
173
187
  };