@umituz/react-native-design-system 4.25.54 → 4.25.56

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 +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "4.25.54",
3
+ "version": "4.25.56",
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",
@@ -210,7 +210,6 @@
210
210
  "expo-network": ">=8.0.0",
211
211
  "expo-secure-store": ">=14.0.0",
212
212
  "expo-sharing": ">=12.0.0",
213
- "expo-video": ">=3.0.0",
214
213
  "react": ">=19.0.0",
215
214
  "react-native": "*",
216
215
  "react-native-gesture-handler": ">=2.20.0",
@@ -270,9 +269,6 @@
270
269
  "expo-sharing": {
271
270
  "optional": true
272
271
  },
273
- "expo-video": {
274
- "optional": true
275
- },
276
272
  "@react-native-community/datetimepicker": {
277
273
  "optional": true
278
274
  }