@common-stack/mobile-stack-react 6.0.8-alpha.0 → 6.0.8-alpha.13

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.
Files changed (1) hide show
  1. package/package.json +11 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/mobile-stack-react",
3
- "version": "6.0.8-alpha.0",
3
+ "version": "6.0.8-alpha.13",
4
4
  "description": "Client Module for mobile app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -34,10 +34,10 @@
34
34
  "dependencies": {
35
35
  "@apollo/client": "^3.9.0",
36
36
  "@cdm-logger/client": "^9.0.3",
37
- "@common-stack/client-core": "6.0.8-alpha.0",
38
- "@common-stack/client-react": "6.0.8-alpha.0",
39
- "@common-stack/components-pro": "6.0.8-alpha.0",
40
- "@common-stack/core": "6.0.8-alpha.0",
37
+ "@common-stack/client-core": "6.0.8-alpha.7",
38
+ "@common-stack/client-react": "6.0.8-alpha.7",
39
+ "@common-stack/components-pro": "6.0.8-alpha.7",
40
+ "@common-stack/core": "6.0.8-alpha.7",
41
41
  "@expo/vector-icons": "^14.0.2",
42
42
  "@react-native-async-storage/async-storage": "~1.23.1",
43
43
  "@react-native-community/datetimepicker": "8.2.0",
@@ -57,12 +57,14 @@
57
57
  "envalid": "~7.2.2",
58
58
  "expo": "~52.0.17",
59
59
  "expo-apple-authentication": "~7.1.2",
60
+ "expo-asset": "~11.0.1",
60
61
  "expo-auth-session": "^6.0.0",
61
62
  "expo-blur": "~14.0.1",
62
63
  "expo-build-properties": "~0.13.1",
63
64
  "expo-constants": "~17.0.3",
64
65
  "expo-dev-client": "~5.0.5",
65
66
  "expo-device": "~7.0.1",
67
+ "expo-file-system": "~18.0.6",
66
68
  "expo-font": "~13.0.1",
67
69
  "expo-haptics": "~14.0.0",
68
70
  "expo-image-picker": "~16.0.3",
@@ -70,7 +72,7 @@
70
72
  "expo-localization": "~16.0.0",
71
73
  "expo-notifications": "~0.29.11",
72
74
  "expo-random": "~14.0.1",
73
- "expo-router": "~4.0.11",
75
+ "expo-router": "~4.0.15",
74
76
  "expo-secure-store": "~14.0.0",
75
77
  "expo-splash-screen": "~0.29.15",
76
78
  "expo-status-bar": "~2.0.0",
@@ -99,21 +101,15 @@
99
101
  "react-native-dotenv": "^3.3.1",
100
102
  "react-native-gesture-handler": "~2.20.2",
101
103
  "react-native-get-random-values": "~1.11.0",
102
- "react-native-keyboard-aware-scroll-view": "^0.9.3",
103
- "react-native-keyboard-spacer": "^0.4.1",
104
- "react-native-maps": "1.18.0",
105
104
  "react-native-mime-types": "^2.3.0",
106
- "react-native-modal": "^11.6.1",
107
105
  "react-native-pager-view": "6.5.1",
108
106
  "react-native-reanimated": "~3.16.1",
109
107
  "react-native-safe-area-context": "4.12.0",
110
- "react-native-screens": "~4.1.0",
108
+ "react-native-screens": "~4.4.0",
111
109
  "react-native-svg": "15.8.0",
112
110
  "react-native-tab-view": "^3.5.2",
113
- "react-native-tags": "2.2.1",
114
111
  "react-native-url-polyfill": "^2.0.0",
115
112
  "react-native-web": "~0.19.13",
116
- "react-native-web-maps": "~0.3.0",
117
113
  "react-native-webview": "13.12.5",
118
114
  "react-redux": "^9.1.1",
119
115
  "redux-logger": "^3.0.6",
@@ -148,8 +144,8 @@
148
144
  "publishConfig": {
149
145
  "access": "public"
150
146
  },
147
+ "gitHead": "d761953c53e87d5fdc5fe895629e5c14eae859f9",
151
148
  "typescript": {
152
149
  "definition": "lib/index.d.ts"
153
- },
154
- "gitHead": "c2cf7919f46791e092714b9db5e4d01280929437"
150
+ }
155
151
  }