@umituz/react-native-design-system 2.8.30 → 2.8.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "2.8.30",
3
+ "version": "2.8.32",
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, and onboarding utilities",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -122,6 +122,7 @@ export {
122
122
  type BottomTabNavigationOptions,
123
123
  type BottomTabScreenProps,
124
124
  type StackNavigationOptions,
125
+ type StackScreenProps,
125
126
  type RouteProp,
126
127
  type TabLabelProps,
127
128
  type TabBarConfig,