@umituz/react-native-design-system 2.5.30 → 2.5.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "2.5.30",
3
+ "version": "2.5.32",
4
4
  "description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive and safe area utilities",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
package/src/index.ts CHANGED
@@ -349,6 +349,7 @@ export {
349
349
  AppNavigation,
350
350
  TabLabel,
351
351
  useTabBarStyles,
352
+ useTabConfig,
352
353
  type TabsNavigatorProps,
353
354
  type StackNavigatorProps,
354
355
  type FabButtonProps,