@umituz/react-native-design-system 4.25.47 → 4.25.48

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 +49 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "4.25.47",
3
+ "version": "4.25.48",
4
4
  "description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive, safe area, exception, infinite scroll, UUID, image, timezone, offline, onboarding, and loading utilities",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -222,9 +222,57 @@
222
222
  "@react-navigation/native": {
223
223
  "optional": true
224
224
  },
225
+ "@react-navigation/bottom-tabs": {
226
+ "optional": true
227
+ },
228
+ "@react-navigation/stack": {
229
+ "optional": true
230
+ },
231
+ "@tanstack/query-async-storage-persister": {
232
+ "optional": true
233
+ },
234
+ "@tanstack/react-query": {
235
+ "optional": true
236
+ },
237
+ "@tanstack/react-query-persist-client": {
238
+ "optional": true
239
+ },
225
240
  "expo-application": {
226
241
  "optional": true
227
242
  },
243
+ "expo-clipboard": {
244
+ "optional": true
245
+ },
246
+ "expo-crypto": {
247
+ "optional": true
248
+ },
249
+ "expo-font": {
250
+ "optional": true
251
+ },
252
+ "expo-haptics": {
253
+ "optional": true
254
+ },
255
+ "expo-image": {
256
+ "optional": true
257
+ },
258
+ "expo-image-manipulator": {
259
+ "optional": true
260
+ },
261
+ "expo-image-picker": {
262
+ "optional": true
263
+ },
264
+ "expo-network": {
265
+ "optional": true
266
+ },
267
+ "expo-secure-store": {
268
+ "optional": true
269
+ },
270
+ "expo-sharing": {
271
+ "optional": true
272
+ },
273
+ "expo-video": {
274
+ "optional": true
275
+ },
228
276
  "@react-native-community/datetimepicker": {
229
277
  "optional": true
230
278
  }