@os1-platform/dispatch-mobile 1.0.5 → 1.0.6
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/README.md +23 -17
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -56,31 +56,37 @@ yarn add @os1-platform/dispatch-mobile@latest_version
|
|
|
56
56
|
```json
|
|
57
57
|
{
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@apollo/client": "
|
|
60
|
-
"graphql": ">=16.2.0",
|
|
59
|
+
"@apollo/client": "^3.5.6",
|
|
61
60
|
"@expo-google-fonts/ibm-plex-sans": "*",
|
|
62
|
-
"@os1-platform/mts-mobile": "^1.0.
|
|
61
|
+
"@os1-platform/mts-mobile": "^1.0.1",
|
|
63
62
|
"@react-native-async-storage/async-storage": "^1.15.5",
|
|
64
63
|
"@react-native-community/datetimepicker": "^3.5.2",
|
|
65
64
|
"@react-native-community/netinfo": "^6.0.2",
|
|
66
|
-
"@react-native-community/slider": "^4.1.
|
|
67
|
-
"@react-native-firebase/analytics": "^14.
|
|
68
|
-
"@react-native-firebase/app": "^14.
|
|
69
|
-
"@react-native-firebase/
|
|
70
|
-
"@react-native-firebase/
|
|
65
|
+
"@react-native-community/slider": "^4.1.7",
|
|
66
|
+
"@react-native-firebase/analytics": "^14.2.2",
|
|
67
|
+
"@react-native-firebase/app": "^14.2.2",
|
|
68
|
+
"@react-native-firebase/crashlytics": "^14.2.2",
|
|
69
|
+
"@react-native-firebase/messaging": "^14.2.2",
|
|
70
|
+
"@react-native-firebase/remote-config": "^14.2.2",
|
|
71
71
|
"@react-navigation/native": "^6.0.6",
|
|
72
72
|
"@react-navigation/native-stack": "^6.2.5",
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"expo
|
|
73
|
+
"@sentry/react-native": "^3.2.13",
|
|
74
|
+
"axios": "^0.24.0",
|
|
75
|
+
"expo": "~43.0.4",
|
|
76
|
+
"expo-barcode-scanner": "~11.2.1",
|
|
77
|
+
"expo-blur": "~11.0.0",
|
|
78
|
+
"expo-camera": "~12.1.2",
|
|
76
79
|
"expo-file-system": "~13.0.3",
|
|
77
80
|
"expo-font": "~10.0.3",
|
|
78
|
-
"expo-image-manipulator": "
|
|
79
|
-
"expo-image-picker": "
|
|
80
|
-
"expo-location": "
|
|
81
|
-
"expo-sqlite": "
|
|
82
|
-
"
|
|
83
|
-
"react
|
|
81
|
+
"expo-image-manipulator": "~10.1.2",
|
|
82
|
+
"expo-image-picker": "~11.0.3",
|
|
83
|
+
"expo-location": "~13.0.4",
|
|
84
|
+
"expo-sqlite": "~10.0.3",
|
|
85
|
+
"graphql": "^16.2.0",
|
|
86
|
+
"react": "^17.0.2",
|
|
87
|
+
"react-native": "^0.66.0",
|
|
88
|
+
"react-native-dropdown-picker": "^5.4.0",
|
|
89
|
+
"react-native-get-random-values": "^1.8.0",
|
|
84
90
|
"react-native-paper": "^4.9.2",
|
|
85
91
|
"react-native-safe-area-context": "^3.3.2",
|
|
86
92
|
"react-native-screens": "^3.9.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os1-platform/dispatch-mobile",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Dispatch SDK React Native Package",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test": "jest",
|
|
29
29
|
"typescript": "tsc --noEmit",
|
|
30
30
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
31
|
-
"postinstall": "
|
|
31
|
+
"postinstall": "node ./file_unzip.js",
|
|
32
32
|
"prepare": "bob build",
|
|
33
33
|
"release": "release-it",
|
|
34
34
|
"example": "yarn --cwd example",
|
|
@@ -248,6 +248,7 @@
|
|
|
248
248
|
},
|
|
249
249
|
"dependencies": {
|
|
250
250
|
"@rjsf/core": "^2.0.0",
|
|
251
|
+
"decompress": "^4.2.1",
|
|
251
252
|
"json-logic-js": "^2.0.1",
|
|
252
253
|
"jsonpath-plus": "^6.0.1",
|
|
253
254
|
"jwt-decode": "^3.1.2",
|